Shades of Neon Blue #423EEF
Tints of Neon Blue #423EEF
RGB
CMYK
RGB Variations
Color information
#423EEF (or 0x423EEF) is known color: Neon Blue. HEX triplet: 42, 3E and EF. RGB value is (66,62,239). Sum of RGB (Red+Green+Blue) = 66+62+239=367 (48% of max value = 765). Red value is 66 (26.17% from 255 or 17.98% from 367); Green value is 62 (24.61% from 255 or 16.89% from 367); Blue value is 239 (93.75% from 255 or 65.12% from 367); Max value from RGB is 239 - color contains mainly: blue. Hex color #423EEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #423EEF is #BDC110. Grayscale: #525252. Windows color (decimal): -12435729 or 15679042. OLE color: 15679042.
HSL color Cylindrical-coordinate representation of color #423EEF: hue angle of 241.36º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #423EEF is Cyan = 0.72, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 66 | 62 | 239 | - |
| CMYK | 0.72 | 0.74 | 0 | 0.06 |
| HSL | 241.36º | 0.85% | 0.59% | - |
| HSV(B) | 241.36º | 0.74% | 0.94% | - |
| XYZ | 19.55 | 10.84 | 82.72 | - |
| YUV | 83.37 | 215.83 | 115.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 62 | 239 | 0.72 | 0.74 | 0 | 0.06 | 241.36 | 0.85 | 0.59 |
| Hex | 42 | 3E | EF | 48 | 4A | 0 | 6 | F1 | 55 | 3B |
| Octal | 102 | 76 | 357 | 110 | 112 | 0 | 6 | 361 | 125 | 73 |
| Binary | 1000010 | 111110 | 11101111 | 1001000 | 1001010 | 0 | 110 | 11110001 | 1010101 | 111011 |
Color Harmonies of #423EEF
Complementary color
Monochromatic Colors of #423EEF
Black with #423EEF
Text Example
Text Example
White with #423EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423EEF; }
p { color: rgb(66,62,239); }
H1.HeaderClassName
{
color: #423EEF;
}
.AnyTagClassName
{
color: #423EEF;
}
</style>
background-color css
<style>
a { background-color: #423EEF; }
a { background-color: rgb(66,62,239); }
div.DivClassName
{
background-color: #423EEF;
}
.BgClassName
{
background-color: #423EEF;
}
</style>
border-color css
<style>
span { border-color: #423EEF; }
span { border-color: rgb(66,62,239); }
td.TdClassName
{
border-color: #423EEF;
}
.TagClassName
{
border-color: #423EEF;
}
</style>