Shades of Neon Blue #423FE5
Tints of Neon Blue #423FE5
RGB
CMYK
RGB Variations
Color information
#423FE5 (or 0x423FE5) is known color: Neon Blue. HEX triplet: 42, 3F and E5. RGB value is (66,63,229). Sum of RGB (Red+Green+Blue) = 66+63+229=358 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.44% from 358); Green value is 63 (25% from 255 or 17.60% from 358); Blue value is 229 (89.84% from 255 or 63.97% from 358); Max value from RGB is 229 - color contains mainly: blue. Hex color #423FE5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #423FE5 is #BDC01A. Grayscale: #525252. Windows color (decimal): -12435483 or 15023938. OLE color: 15023938.
HSL color Cylindrical-coordinate representation of color #423FE5: hue angle of 241.08º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #423FE5 is Cyan = 0.71, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 66 | 63 | 229 | - |
| CMYK | 0.71 | 0.72 | 0 | 0.10 |
| HSL | 241.08º | 0.76% | 0.57% | - |
| HSV(B) | 241.08º | 0.72% | 0.9% | - |
| XYZ | 18.17 | 10.37 | 75.17 | - |
| YUV | 82.82 | 210.49 | 116 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 63 | 229 | 0.71 | 0.72 | 0 | 0.10 | 241.08 | 0.76 | 0.57 |
| Hex | 42 | 3F | E5 | 47 | 48 | 0 | A | F1 | 4C | 39 |
| Octal | 102 | 77 | 345 | 107 | 110 | 0 | 12 | 361 | 114 | 71 |
| Binary | 1000010 | 111111 | 11100101 | 1000111 | 1001000 | 0 | 1010 | 11110001 | 1001100 | 111001 |
Color Harmonies of #423FE5
Complementary color
Monochromatic Colors of #423FE5
Black with #423FE5
Text Example
Text Example
White with #423FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423FE5; }
p { color: rgb(66,63,229); }
H1.HeaderClassName
{
color: #423FE5;
}
.AnyTagClassName
{
color: #423FE5;
}
</style>
background-color css
<style>
a { background-color: #423FE5; }
a { background-color: rgb(66,63,229); }
div.DivClassName
{
background-color: #423FE5;
}
.BgClassName
{
background-color: #423FE5;
}
</style>
border-color css
<style>
span { border-color: #423FE5; }
span { border-color: rgb(66,63,229); }
td.TdClassName
{
border-color: #423FE5;
}
.TagClassName
{
border-color: #423FE5;
}
</style>