Shades of Neon Blue #4239E0
Tints of Neon Blue #4239E0
RGB
CMYK
RGB Variations
Color information
#4239E0 (or 0x4239E0) is known color: Neon Blue. HEX triplet: 42, 39 and E0. RGB value is (66,57,224). Sum of RGB (Red+Green+Blue) = 66+57+224=347 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.02% from 347); Green value is 57 (22.66% from 255 or 16.43% from 347); Blue value is 224 (87.89% from 255 or 64.55% from 347); Max value from RGB is 224 - color contains mainly: blue. Hex color #4239E0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4239E0 is #BDC61F. Grayscale: #4E4E4E. Windows color (decimal): -12437024 or 14694722. OLE color: 14694722.
HSL color Cylindrical-coordinate representation of color #4239E0: hue angle of 243.23º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4239E0 is Cyan = 0.71, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 66 | 57 | 224 | - |
| CMYK | 0.71 | 0.75 | 0 | 0.12 |
| HSL | 243.23º | 0.73% | 0.55% | - |
| HSV(B) | 243.23º | 0.75% | 0.88% | - |
| XYZ | 17.16 | 9.47 | 71.44 | - |
| YUV | 78.73 | 209.98 | 118.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 57 | 224 | 0.71 | 0.75 | 0 | 0.12 | 243.23 | 0.73 | 0.55 |
| Hex | 42 | 39 | E0 | 47 | 4B | 0 | C | F3 | 49 | 37 |
| Octal | 102 | 71 | 340 | 107 | 113 | 0 | 14 | 363 | 111 | 67 |
| Binary | 1000010 | 111001 | 11100000 | 1000111 | 1001011 | 0 | 1100 | 11110011 | 1001001 | 110111 |
Color Harmonies of #4239E0
Complementary color
Monochromatic Colors of #4239E0
Black with #4239E0
Text Example
Text Example
White with #4239E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4239E0; }
p { color: rgb(66,57,224); }
H1.HeaderClassName
{
color: #4239E0;
}
.AnyTagClassName
{
color: #4239E0;
}
</style>
background-color css
<style>
a { background-color: #4239E0; }
a { background-color: rgb(66,57,224); }
div.DivClassName
{
background-color: #4239E0;
}
.BgClassName
{
background-color: #4239E0;
}
</style>
border-color css
<style>
span { border-color: #4239E0; }
span { border-color: rgb(66,57,224); }
td.TdClassName
{
border-color: #4239E0;
}
.TagClassName
{
border-color: #4239E0;
}
</style>