Shades of Neon Blue #4246EA
Tints of Neon Blue #4246EA
RGB
CMYK
RGB Variations
Color information
#4246EA (or 0x4246EA) is known color: Neon Blue. HEX triplet: 42, 46 and EA. RGB value is (66,70,234). Sum of RGB (Red+Green+Blue) = 66+70+234=370 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.84% from 370); Green value is 70 (27.73% from 255 or 18.92% from 370); Blue value is 234 (91.80% from 255 or 63.24% from 370); Max value from RGB is 234 - color contains mainly: blue. Hex color #4246EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4246EA is #BDB915. Grayscale: #565656. Windows color (decimal): -12433686 or 15353410. OLE color: 15353410.
HSL color Cylindrical-coordinate representation of color #4246EA: hue angle of 238.57º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4246EA is Cyan = 0.72, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 66 | 70 | 234 | - |
| CMYK | 0.72 | 0.70 | 0 | 0.08 |
| HSL | 238.57º | 0.8% | 0.59% | - |
| HSV(B) | 238.57º | 0.72% | 0.92% | - |
| XYZ | 19.29 | 11.48 | 79.04 | - |
| YUV | 87.5 | 210.67 | 112.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 70 | 234 | 0.72 | 0.70 | 0 | 0.08 | 238.57 | 0.8 | 0.59 |
| Hex | 42 | 46 | EA | 48 | 46 | 0 | 8 | EF | 50 | 3B |
| Octal | 102 | 106 | 352 | 110 | 106 | 0 | 10 | 357 | 120 | 73 |
| Binary | 1000010 | 1000110 | 11101010 | 1001000 | 1000110 | 0 | 1000 | 11101111 | 1010000 | 111011 |
Color Harmonies of #4246EA
Complementary color
Monochromatic Colors of #4246EA
Black with #4246EA
Text Example
Text Example
White with #4246EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4246EA; }
p { color: rgb(66,70,234); }
H1.HeaderClassName
{
color: #4246EA;
}
.AnyTagClassName
{
color: #4246EA;
}
</style>
background-color css
<style>
a { background-color: #4246EA; }
a { background-color: rgb(66,70,234); }
div.DivClassName
{
background-color: #4246EA;
}
.BgClassName
{
background-color: #4246EA;
}
</style>
border-color css
<style>
span { border-color: #4246EA; }
span { border-color: rgb(66,70,234); }
td.TdClassName
{
border-color: #4246EA;
}
.TagClassName
{
border-color: #4246EA;
}
</style>