Shades of Neon Blue #423CFE
Tints of Neon Blue #423CFE
RGB
CMYK
RGB Variations
Color information
#423CFE (or 0x423CFE) is known color: Neon Blue. HEX triplet: 42, 3C and FE. RGB value is (66,60,254). Sum of RGB (Red+Green+Blue) = 66+60+254=380 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.37% from 380); Green value is 60 (23.83% from 255 or 15.79% from 380); Blue value is 254 (99.61% from 255 or 66.84% from 380); Max value from RGB is 254 - color contains mainly: blue. Hex color #423CFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #423CFE is #BDC301. Grayscale: #535353. Windows color (decimal): -12436226 or 16661570. OLE color: 16661570.
HSL color Cylindrical-coordinate representation of color #423CFE: hue angle of 241.86º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #423CFE is Cyan = 0.74, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 66 | 60 | 254 | - |
| CMYK | 0.74 | 0.76 | 0 | 0.00 |
| HSL | 241.86º | 0.99% | 0.62% | - |
| HSV(B) | 241.86º | 0.76% | 1% | - |
| XYZ | 21.75 | 11.55 | 94.85 | - |
| YUV | 83.91 | 223.99 | 115.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 60 | 254 | 0.74 | 0.76 | 0 | 0.00 | 241.86 | 0.99 | 0.62 |
| Hex | 42 | 3C | FE | 4A | 4C | 0 | 0 | F2 | 63 | 3E |
| Octal | 102 | 74 | 376 | 112 | 114 | 0 | 0 | 362 | 143 | 76 |
| Binary | 1000010 | 111100 | 11111110 | 1001010 | 1001100 | 0 | 0 | 11110010 | 1100011 | 111110 |
Color Harmonies of #423CFE
Complementary color
Monochromatic Colors of #423CFE
Black with #423CFE
Text Example
Text Example
White with #423CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423CFE; }
p { color: rgb(66,60,254); }
H1.HeaderClassName
{
color: #423CFE;
}
.AnyTagClassName
{
color: #423CFE;
}
</style>
background-color css
<style>
a { background-color: #423CFE; }
a { background-color: rgb(66,60,254); }
div.DivClassName
{
background-color: #423CFE;
}
.BgClassName
{
background-color: #423CFE;
}
</style>
border-color css
<style>
span { border-color: #423CFE; }
span { border-color: rgb(66,60,254); }
td.TdClassName
{
border-color: #423CFE;
}
.TagClassName
{
border-color: #423CFE;
}
</style>