Shades of Neon Blue #423FFC
Tints of Neon Blue #423FFC
RGB
CMYK
RGB Variations
Color information
#423FFC (or 0x423FFC) is known color: Neon Blue. HEX triplet: 42, 3F and FC. RGB value is (66,63,252). Sum of RGB (Red+Green+Blue) = 66+63+252=381 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.32% from 381); Green value is 63 (25% from 255 or 16.54% from 381); Blue value is 252 (98.83% from 255 or 66.14% from 381); Max value from RGB is 252 - color contains mainly: blue. Hex color #423FFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #423FFC is #BDC003. Grayscale: #545454. Windows color (decimal): -12435460 or 16531266. OLE color: 16531266.
HSL color Cylindrical-coordinate representation of color #423FFC: hue angle of 240.95º 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 #423FFC is Cyan = 0.74, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 66 | 63 | 252 | - |
| CMYK | 0.74 | 0.75 | 0 | 0.01 |
| HSL | 240.95º | 0.97% | 0.62% | - |
| HSV(B) | 240.95º | 0.75% | 0.99% | - |
| XYZ | 21.59 | 11.74 | 93.22 | - |
| YUV | 85.44 | 221.99 | 114.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 63 | 252 | 0.74 | 0.75 | 0 | 0.01 | 240.95 | 0.97 | 0.62 |
| Hex | 42 | 3F | FC | 4A | 4B | 0 | 1 | F1 | 61 | 3E |
| Octal | 102 | 77 | 374 | 112 | 113 | 0 | 1 | 361 | 141 | 76 |
| Binary | 1000010 | 111111 | 11111100 | 1001010 | 1001011 | 0 | 1 | 11110001 | 1100001 | 111110 |
Color Harmonies of #423FFC
Complementary color
Monochromatic Colors of #423FFC
Black with #423FFC
Text Example
Text Example
White with #423FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423FFC; }
p { color: rgb(66,63,252); }
H1.HeaderClassName
{
color: #423FFC;
}
.AnyTagClassName
{
color: #423FFC;
}
</style>
background-color css
<style>
a { background-color: #423FFC; }
a { background-color: rgb(66,63,252); }
div.DivClassName
{
background-color: #423FFC;
}
.BgClassName
{
background-color: #423FFC;
}
</style>
border-color css
<style>
span { border-color: #423FFC; }
span { border-color: rgb(66,63,252); }
td.TdClassName
{
border-color: #423FFC;
}
.TagClassName
{
border-color: #423FFC;
}
</style>