Shades of Neon Blue #423EED
Tints of Neon Blue #423EED
RGB
CMYK
RGB Variations
Color information
#423EED (or 0x423EED) is known color: Neon Blue. HEX triplet: 42, 3E and ED. RGB value is (66,62,237). Sum of RGB (Red+Green+Blue) = 66+62+237=365 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.08% from 365); Green value is 62 (24.61% from 255 or 16.99% from 365); Blue value is 237 (92.97% from 255 or 64.93% from 365); Max value from RGB is 237 - color contains mainly: blue. Hex color #423EED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #423EED is #BDC112. Grayscale: #525252. Windows color (decimal): -12435731 or 15547970. OLE color: 15547970.
HSL color Cylindrical-coordinate representation of color #423EED: hue angle of 241.37º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #423EED is Cyan = 0.72, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 66 | 62 | 237 | - |
| CMYK | 0.72 | 0.74 | 0 | 0.07 |
| HSL | 241.37º | 0.83% | 0.59% | - |
| HSV(B) | 241.37º | 0.74% | 0.93% | - |
| XYZ | 19.26 | 10.72 | 81.17 | - |
| YUV | 83.15 | 214.83 | 115.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 62 | 237 | 0.72 | 0.74 | 0 | 0.07 | 241.37 | 0.83 | 0.59 |
| Hex | 42 | 3E | ED | 48 | 4A | 0 | 7 | F1 | 53 | 3B |
| Octal | 102 | 76 | 355 | 110 | 112 | 0 | 7 | 361 | 123 | 73 |
| Binary | 1000010 | 111110 | 11101101 | 1001000 | 1001010 | 0 | 111 | 11110001 | 1010011 | 111011 |
Color Harmonies of #423EED
Complementary color
Monochromatic Colors of #423EED
Black with #423EED
Text Example
Text Example
White with #423EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423EED; }
p { color: rgb(66,62,237); }
H1.HeaderClassName
{
color: #423EED;
}
.AnyTagClassName
{
color: #423EED;
}
</style>
background-color css
<style>
a { background-color: #423EED; }
a { background-color: rgb(66,62,237); }
div.DivClassName
{
background-color: #423EED;
}
.BgClassName
{
background-color: #423EED;
}
</style>
border-color css
<style>
span { border-color: #423EED; }
span { border-color: rgb(66,62,237); }
td.TdClassName
{
border-color: #423EED;
}
.TagClassName
{
border-color: #423EED;
}
</style>