Shades of Neon Blue #4239FF
Tints of Neon Blue #4239FF
RGB
CMYK
RGB Variations
Color information
#4239FF (or 0x4239FF) is known color: Neon Blue. HEX triplet: 42, 39 and FF. RGB value is (66,57,255). Sum of RGB (Red+Green+Blue) = 66+57+255=378 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.46% from 378); Green value is 57 (22.66% from 255 or 15.08% from 378); Blue value is 255 (100% from 255 or 67.46% from 378); Max value from RGB is 255 - color contains mainly: blue. Hex color #4239FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4239FF is #BDC600. Grayscale: #515151. Windows color (decimal): -12436993 or 16726338. OLE color: 16726338.
HSL color Cylindrical-coordinate representation of color #4239FF: hue angle of 242.73º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4239FF is Cyan = 0.74, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 66 | 57 | 255 | - |
| CMYK | 0.74 | 0.78 | 0 | 0 |
| HSL | 242.73º | 1% | 0.61% | - |
| HSV(B) | 242.73º | 0.78% | 1% | - |
| XYZ | 21.76 | 11.3 | 95.64 | - |
| YUV | 82.26 | 225.48 | 116.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 57 | 255 | 0.74 | 0.78 | 0 | 0 | 242.73 | 1 | 0.61 |
| Hex | 42 | 39 | FF | 4A | 4E | 0 | 0 | F3 | 64 | 3D |
| Octal | 102 | 71 | 377 | 112 | 116 | 0 | 0 | 363 | 144 | 75 |
| Binary | 1000010 | 111001 | 11111111 | 1001010 | 1001110 | 0 | 0 | 11110011 | 1100100 | 111101 |
Color Harmonies of #4239FF
Complementary color
Monochromatic Colors of #4239FF
Black with #4239FF
Text Example
Text Example
White with #4239FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4239FF; }
p { color: rgb(66,57,255); }
H1.HeaderClassName
{
color: #4239FF;
}
.AnyTagClassName
{
color: #4239FF;
}
</style>
background-color css
<style>
a { background-color: #4239FF; }
a { background-color: rgb(66,57,255); }
div.DivClassName
{
background-color: #4239FF;
}
.BgClassName
{
background-color: #4239FF;
}
</style>
border-color css
<style>
span { border-color: #4239FF; }
span { border-color: rgb(66,57,255); }
td.TdClassName
{
border-color: #4239FF;
}
.TagClassName
{
border-color: #4239FF;
}
</style>