Shades of Neon Blue #423FEE
Tints of Neon Blue #423FEE
RGB
CMYK
RGB Variations
Color information
#423FEE (or 0x423FEE) is known color: Neon Blue. HEX triplet: 42, 3F and EE. RGB value is (66,63,238). Sum of RGB (Red+Green+Blue) = 66+63+238=367 (48% of max value = 765). Red value is 66 (26.17% from 255 or 17.98% from 367); Green value is 63 (25% from 255 or 17.17% from 367); Blue value is 238 (93.36% from 255 or 64.85% from 367); Max value from RGB is 238 - color contains mainly: blue. Hex color #423FEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #423FEE is #BDC011. Grayscale: #535353. Windows color (decimal): -12435474 or 15613762. OLE color: 15613762.
HSL color Cylindrical-coordinate representation of color #423FEE: hue angle of 241.03º degrees, saturation: 0.84, 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 #423FEE is Cyan = 0.72, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 66 | 63 | 238 | - |
| CMYK | 0.72 | 0.74 | 0 | 0.07 |
| HSL | 241.03º | 0.84% | 0.59% | - |
| HSV(B) | 241.03º | 0.74% | 0.93% | - |
| XYZ | 19.46 | 10.89 | 81.96 | - |
| YUV | 83.85 | 214.99 | 115.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 63 | 238 | 0.72 | 0.74 | 0 | 0.07 | 241.03 | 0.84 | 0.59 |
| Hex | 42 | 3F | EE | 48 | 4A | 0 | 7 | F1 | 54 | 3B |
| Octal | 102 | 77 | 356 | 110 | 112 | 0 | 7 | 361 | 124 | 73 |
| Binary | 1000010 | 111111 | 11101110 | 1001000 | 1001010 | 0 | 111 | 11110001 | 1010100 | 111011 |
Color Harmonies of #423FEE
Complementary color
Monochromatic Colors of #423FEE
Black with #423FEE
Text Example
Text Example
White with #423FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423FEE; }
p { color: rgb(66,63,238); }
H1.HeaderClassName
{
color: #423FEE;
}
.AnyTagClassName
{
color: #423FEE;
}
</style>
background-color css
<style>
a { background-color: #423FEE; }
a { background-color: rgb(66,63,238); }
div.DivClassName
{
background-color: #423FEE;
}
.BgClassName
{
background-color: #423FEE;
}
</style>
border-color css
<style>
span { border-color: #423FEE; }
span { border-color: rgb(66,63,238); }
td.TdClassName
{
border-color: #423FEE;
}
.TagClassName
{
border-color: #423FEE;
}
</style>