Shades of Neon Blue #4239EF
Tints of Neon Blue #4239EF
RGB
CMYK
RGB Variations
Color information
#4239EF (or 0x4239EF) is known color: Neon Blue. HEX triplet: 42, 39 and EF. RGB value is (66,57,239). Sum of RGB (Red+Green+Blue) = 66+57+239=362 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.23% from 362); Green value is 57 (22.66% from 255 or 15.75% from 362); Blue value is 239 (93.75% from 255 or 66.02% from 362); Max value from RGB is 239 - color contains mainly: blue. Hex color #4239EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4239EF is #BDC610. Grayscale: #4F4F4F. Windows color (decimal): -12437009 or 15677762. OLE color: 15677762.
HSL color Cylindrical-coordinate representation of color #4239EF: hue angle of 242.97º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4239EF is Cyan = 0.72, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 66 | 57 | 239 | - |
| CMYK | 0.72 | 0.76 | 0 | 0.06 |
| HSL | 242.97º | 0.85% | 0.58% | - |
| HSV(B) | 242.97º | 0.76% | 0.94% | - |
| XYZ | 19.29 | 10.32 | 82.64 | - |
| YUV | 80.44 | 217.48 | 117.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 57 | 239 | 0.72 | 0.76 | 0 | 0.06 | 242.97 | 0.85 | 0.58 |
| Hex | 42 | 39 | EF | 48 | 4C | 0 | 6 | F3 | 55 | 3A |
| Octal | 102 | 71 | 357 | 110 | 114 | 0 | 6 | 363 | 125 | 72 |
| Binary | 1000010 | 111001 | 11101111 | 1001000 | 1001100 | 0 | 110 | 11110011 | 1010101 | 111010 |
Color Harmonies of #4239EF
Complementary color
Monochromatic Colors of #4239EF
Black with #4239EF
Text Example
Text Example
White with #4239EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4239EF; }
p { color: rgb(66,57,239); }
H1.HeaderClassName
{
color: #4239EF;
}
.AnyTagClassName
{
color: #4239EF;
}
</style>
background-color css
<style>
a { background-color: #4239EF; }
a { background-color: rgb(66,57,239); }
div.DivClassName
{
background-color: #4239EF;
}
.BgClassName
{
background-color: #4239EF;
}
</style>
border-color css
<style>
span { border-color: #4239EF; }
span { border-color: rgb(66,57,239); }
td.TdClassName
{
border-color: #4239EF;
}
.TagClassName
{
border-color: #4239EF;
}
</style>