Shades of Neon Blue #4239EE
Tints of Neon Blue #4239EE
RGB
CMYK
RGB Variations
Color information
#4239EE (or 0x4239EE) is known color: Neon Blue. HEX triplet: 42, 39 and EE. RGB value is (66,57,238). Sum of RGB (Red+Green+Blue) = 66+57+238=361 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.28% from 361); Green value is 57 (22.66% from 255 or 15.79% from 361); Blue value is 238 (93.36% from 255 or 65.93% from 361); Max value from RGB is 238 - color contains mainly: blue. Hex color #4239EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4239EE is #BDC611. Grayscale: #4F4F4F. Windows color (decimal): -12437010 or 15612226. OLE color: 15612226.
HSL color Cylindrical-coordinate representation of color #4239EE: hue angle of 242.98º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4239EE is Cyan = 0.72, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 66 | 57 | 238 | - |
| CMYK | 0.72 | 0.76 | 0 | 0.07 |
| HSL | 242.98º | 0.84% | 0.58% | - |
| HSV(B) | 242.98º | 0.76% | 0.93% | - |
| XYZ | 19.14 | 10.26 | 81.86 | - |
| YUV | 80.33 | 216.98 | 117.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 57 | 238 | 0.72 | 0.76 | 0 | 0.07 | 242.98 | 0.84 | 0.58 |
| Hex | 42 | 39 | EE | 48 | 4C | 0 | 7 | F3 | 54 | 3A |
| Octal | 102 | 71 | 356 | 110 | 114 | 0 | 7 | 363 | 124 | 72 |
| Binary | 1000010 | 111001 | 11101110 | 1001000 | 1001100 | 0 | 111 | 11110011 | 1010100 | 111010 |
Color Harmonies of #4239EE
Complementary color
Monochromatic Colors of #4239EE
Black with #4239EE
Text Example
Text Example
White with #4239EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4239EE; }
p { color: rgb(66,57,238); }
H1.HeaderClassName
{
color: #4239EE;
}
.AnyTagClassName
{
color: #4239EE;
}
</style>
background-color css
<style>
a { background-color: #4239EE; }
a { background-color: rgb(66,57,238); }
div.DivClassName
{
background-color: #4239EE;
}
.BgClassName
{
background-color: #4239EE;
}
</style>
border-color css
<style>
span { border-color: #4239EE; }
span { border-color: rgb(66,57,238); }
td.TdClassName
{
border-color: #4239EE;
}
.TagClassName
{
border-color: #4239EE;
}
</style>