Shades of Neon Blue #423CFC
Tints of Neon Blue #423CFC
RGB
CMYK
RGB Variations
Color information
#423CFC (or 0x423CFC) is known color: Neon Blue. HEX triplet: 42, 3C and FC. RGB value is (66,60,252). Sum of RGB (Red+Green+Blue) = 66+60+252=378 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.46% from 378); Green value is 60 (23.83% from 255 or 15.87% from 378); Blue value is 252 (98.83% from 255 or 66.67% from 378); Max value from RGB is 252 - color contains mainly: blue. Hex color #423CFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #423CFC is #BDC303. Grayscale: #525252. Windows color (decimal): -12436228 or 16530498. OLE color: 16530498.
HSL color Cylindrical-coordinate representation of color #423CFC: hue angle of 241.88º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #423CFC is Cyan = 0.74, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 66 | 60 | 252 | - |
| CMYK | 0.74 | 0.76 | 0 | 0.01 |
| HSL | 241.88º | 0.97% | 0.61% | - |
| HSV(B) | 241.88º | 0.76% | 0.99% | - |
| XYZ | 21.43 | 11.42 | 93.17 | - |
| YUV | 83.68 | 222.99 | 115.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 60 | 252 | 0.74 | 0.76 | 0 | 0.01 | 241.88 | 0.97 | 0.61 |
| Hex | 42 | 3C | FC | 4A | 4C | 0 | 1 | F2 | 61 | 3D |
| Octal | 102 | 74 | 374 | 112 | 114 | 0 | 1 | 362 | 141 | 75 |
| Binary | 1000010 | 111100 | 11111100 | 1001010 | 1001100 | 0 | 1 | 11110010 | 1100001 | 111101 |
Color Harmonies of #423CFC
Complementary color
Monochromatic Colors of #423CFC
Black with #423CFC
Text Example
Text Example
White with #423CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423CFC; }
p { color: rgb(66,60,252); }
H1.HeaderClassName
{
color: #423CFC;
}
.AnyTagClassName
{
color: #423CFC;
}
</style>
background-color css
<style>
a { background-color: #423CFC; }
a { background-color: rgb(66,60,252); }
div.DivClassName
{
background-color: #423CFC;
}
.BgClassName
{
background-color: #423CFC;
}
</style>
border-color css
<style>
span { border-color: #423CFC; }
span { border-color: rgb(66,60,252); }
td.TdClassName
{
border-color: #423CFC;
}
.TagClassName
{
border-color: #423CFC;
}
</style>