Shades of Neon Blue #4434DF
Tints of Neon Blue #4434DF
RGB
CMYK
RGB Variations
Color information
#4434DF (or 0x4434DF) is known color: Neon Blue. HEX triplet: 44, 34 and DF. RGB value is (68,52,223). Sum of RGB (Red+Green+Blue) = 68+52+223=343 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.83% from 343); Green value is 52 (20.70% from 255 or 15.16% from 343); Blue value is 223 (87.5% from 255 or 65.01% from 343); Max value from RGB is 223 - color contains mainly: blue. Hex color #4434DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4434DF is #BBCB20. Grayscale: #4B4B4B. Windows color (decimal): -12307233 or 14627908. OLE color: 14627908.
HSL color Cylindrical-coordinate representation of color #4434DF: hue angle of 245.61º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4434DF is Cyan = 0.70, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 68 | 52 | 223 | - |
| CMYK | 0.70 | 0.77 | 0 | 0.13 |
| HSL | 245.61º | 0.73% | 0.54% | - |
| HSV(B) | 245.61º | 0.77% | 0.87% | - |
| XYZ | 16.93 | 9.01 | 70.66 | - |
| YUV | 76.28 | 210.8 | 122.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 52 | 223 | 0.70 | 0.77 | 0 | 0.13 | 245.61 | 0.73 | 0.54 |
| Hex | 44 | 34 | DF | 46 | 4D | 0 | D | F6 | 49 | 36 |
| Octal | 104 | 64 | 337 | 106 | 115 | 0 | 15 | 366 | 111 | 66 |
| Binary | 1000100 | 110100 | 11011111 | 1000110 | 1001101 | 0 | 1101 | 11110110 | 1001001 | 110110 |
Color Harmonies of #4434DF
Complementary color
Monochromatic Colors of #4434DF
Black with #4434DF
Text Example
Text Example
White with #4434DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4434DF; }
p { color: rgb(68,52,223); }
H1.HeaderClassName
{
color: #4434DF;
}
.AnyTagClassName
{
color: #4434DF;
}
</style>
background-color css
<style>
a { background-color: #4434DF; }
a { background-color: rgb(68,52,223); }
div.DivClassName
{
background-color: #4434DF;
}
.BgClassName
{
background-color: #4434DF;
}
</style>
border-color css
<style>
span { border-color: #4434DF; }
span { border-color: rgb(68,52,223); }
td.TdClassName
{
border-color: #4434DF;
}
.TagClassName
{
border-color: #4434DF;
}
</style>