Shades of Neon Blue #423EFC
Tints of Neon Blue #423EFC
RGB
CMYK
RGB Variations
Color information
#423EFC (or 0x423EFC) is known color: Neon Blue. HEX triplet: 42, 3E and FC. RGB value is (66,62,252). Sum of RGB (Red+Green+Blue) = 66+62+252=380 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.37% from 380); Green value is 62 (24.61% from 255 or 16.32% from 380); Blue value is 252 (98.83% from 255 or 66.32% from 380); Max value from RGB is 252 - color contains mainly: blue. Hex color #423EFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #423EFC is #BDC103. Grayscale: #545454. Windows color (decimal): -12435716 or 16531010. OLE color: 16531010.
HSL color Cylindrical-coordinate representation of color #423EFC: hue angle of 241.26º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #423EFC is Cyan = 0.74, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 66 | 62 | 252 | - |
| CMYK | 0.74 | 0.75 | 0 | 0.01 |
| HSL | 241.26º | 0.97% | 0.62% | - |
| HSV(B) | 241.26º | 0.75% | 0.99% | - |
| XYZ | 21.54 | 11.63 | 93.21 | - |
| YUV | 84.86 | 222.33 | 114.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 62 | 252 | 0.74 | 0.75 | 0 | 0.01 | 241.26 | 0.97 | 0.62 |
| Hex | 42 | 3E | FC | 4A | 4B | 0 | 1 | F1 | 61 | 3E |
| Octal | 102 | 76 | 374 | 112 | 113 | 0 | 1 | 361 | 141 | 76 |
| Binary | 1000010 | 111110 | 11111100 | 1001010 | 1001011 | 0 | 1 | 11110001 | 1100001 | 111110 |
Color Harmonies of #423EFC
Complementary color
Monochromatic Colors of #423EFC
Black with #423EFC
Text Example
Text Example
White with #423EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423EFC; }
p { color: rgb(66,62,252); }
H1.HeaderClassName
{
color: #423EFC;
}
.AnyTagClassName
{
color: #423EFC;
}
</style>
background-color css
<style>
a { background-color: #423EFC; }
a { background-color: rgb(66,62,252); }
div.DivClassName
{
background-color: #423EFC;
}
.BgClassName
{
background-color: #423EFC;
}
</style>
border-color css
<style>
span { border-color: #423EFC; }
span { border-color: rgb(66,62,252); }
td.TdClassName
{
border-color: #423EFC;
}
.TagClassName
{
border-color: #423EFC;
}
</style>