Shades of Neon Blue #4240DF
Tints of Neon Blue #4240DF
RGB
CMYK
RGB Variations
Color information
#4240DF (or 0x4240DF) is known color: Neon Blue. HEX triplet: 42, 40 and DF. RGB value is (66,64,223). Sum of RGB (Red+Green+Blue) = 66+64+223=353 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.70% from 353); Green value is 64 (25.39% from 255 or 18.13% from 353); Blue value is 223 (87.5% from 255 or 63.17% from 353); Max value from RGB is 223 - color contains mainly: blue. Hex color #4240DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4240DF is #BDBF20. Grayscale: #525252. Windows color (decimal): -12435233 or 14630978. OLE color: 14630978.
HSL color Cylindrical-coordinate representation of color #4240DF: hue angle of 240.75º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4240DF is Cyan = 0.70, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 66 | 64 | 223 | - |
| CMYK | 0.70 | 0.71 | 0 | 0.13 |
| HSL | 240.75º | 0.71% | 0.56% | - |
| HSV(B) | 240.75º | 0.71% | 0.87% | - |
| XYZ | 17.4 | 10.15 | 70.85 | - |
| YUV | 82.72 | 207.16 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 64 | 223 | 0.70 | 0.71 | 0 | 0.13 | 240.75 | 0.71 | 0.56 |
| Hex | 42 | 40 | DF | 46 | 47 | 0 | D | F1 | 47 | 38 |
| Octal | 102 | 100 | 337 | 106 | 107 | 0 | 15 | 361 | 107 | 70 |
| Binary | 1000010 | 1000000 | 11011111 | 1000110 | 1000111 | 0 | 1101 | 11110001 | 1000111 | 111000 |
Color Harmonies of #4240DF
Complementary color
Monochromatic Colors of #4240DF
Black with #4240DF
Text Example
Text Example
White with #4240DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4240DF; }
p { color: rgb(66,64,223); }
H1.HeaderClassName
{
color: #4240DF;
}
.AnyTagClassName
{
color: #4240DF;
}
</style>
background-color css
<style>
a { background-color: #4240DF; }
a { background-color: rgb(66,64,223); }
div.DivClassName
{
background-color: #4240DF;
}
.BgClassName
{
background-color: #4240DF;
}
</style>
border-color css
<style>
span { border-color: #4240DF; }
span { border-color: rgb(66,64,223); }
td.TdClassName
{
border-color: #4240DF;
}
.TagClassName
{
border-color: #4240DF;
}
</style>