Shades of Neon Blue #4239E7
Tints of Neon Blue #4239E7
RGB
CMYK
RGB Variations
Color information
#4239E7 (or 0x4239E7) is known color: Neon Blue. HEX triplet: 42, 39 and E7. RGB value is (66,57,231). Sum of RGB (Red+Green+Blue) = 66+57+231=354 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.64% from 354); Green value is 57 (22.66% from 255 or 16.10% from 354); Blue value is 231 (90.62% from 255 or 65.25% from 354); Max value from RGB is 231 - color contains mainly: blue. Hex color #4239E7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4239E7 is #BDC618. Grayscale: #4E4E4E. Windows color (decimal): -12437017 or 15153474. OLE color: 15153474.
HSL color Cylindrical-coordinate representation of color #4239E7: hue angle of 243.1º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4239E7 is Cyan = 0.71, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 66 | 57 | 231 | - |
| CMYK | 0.71 | 0.75 | 0 | 0.09 |
| HSL | 243.1º | 0.78% | 0.56% | - |
| HSV(B) | 243.1º | 0.75% | 0.91% | - |
| XYZ | 18.13 | 9.85 | 76.55 | - |
| YUV | 79.53 | 213.48 | 118.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 57 | 231 | 0.71 | 0.75 | 0 | 0.09 | 243.1 | 0.78 | 0.56 |
| Hex | 42 | 39 | E7 | 47 | 4B | 0 | 9 | F3 | 4E | 38 |
| Octal | 102 | 71 | 347 | 107 | 113 | 0 | 11 | 363 | 116 | 70 |
| Binary | 1000010 | 111001 | 11100111 | 1000111 | 1001011 | 0 | 1001 | 11110011 | 1001110 | 111000 |
Color Harmonies of #4239E7
Complementary color
Monochromatic Colors of #4239E7
Black with #4239E7
Text Example
Text Example
White with #4239E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4239E7; }
p { color: rgb(66,57,231); }
H1.HeaderClassName
{
color: #4239E7;
}
.AnyTagClassName
{
color: #4239E7;
}
</style>
background-color css
<style>
a { background-color: #4239E7; }
a { background-color: rgb(66,57,231); }
div.DivClassName
{
background-color: #4239E7;
}
.BgClassName
{
background-color: #4239E7;
}
</style>
border-color css
<style>
span { border-color: #4239E7; }
span { border-color: rgb(66,57,231); }
td.TdClassName
{
border-color: #4239E7;
}
.TagClassName
{
border-color: #4239E7;
}
</style>