Shades of Neon Blue #423DFE
Tints of Neon Blue #423DFE
RGB
CMYK
RGB Variations
Color information
#423DFE (or 0x423DFE) is known color: Neon Blue. HEX triplet: 42, 3D and FE. RGB value is (66,61,254). Sum of RGB (Red+Green+Blue) = 66+61+254=381 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.32% from 381); Green value is 61 (24.22% from 255 or 16.01% from 381); Blue value is 254 (99.61% from 255 or 66.67% from 381); Max value from RGB is 254 - color contains mainly: blue. Hex color #423DFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #423DFE is #BDC201. Grayscale: #535353. Windows color (decimal): -12435970 or 16661826. OLE color: 16661826.
HSL color Cylindrical-coordinate representation of color #423DFE: hue angle of 241.55º 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 #423DFE is Cyan = 0.74, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 66 | 61 | 254 | - |
| CMYK | 0.74 | 0.76 | 0 | 0.00 |
| HSL | 241.55º | 0.99% | 0.62% | - |
| HSV(B) | 241.55º | 0.76% | 1% | - |
| XYZ | 21.8 | 11.65 | 94.87 | - |
| YUV | 84.5 | 223.66 | 114.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 61 | 254 | 0.74 | 0.76 | 0 | 0.00 | 241.55 | 0.99 | 0.62 |
| Hex | 42 | 3D | FE | 4A | 4C | 0 | 0 | F2 | 63 | 3E |
| Octal | 102 | 75 | 376 | 112 | 114 | 0 | 0 | 362 | 143 | 76 |
| Binary | 1000010 | 111101 | 11111110 | 1001010 | 1001100 | 0 | 0 | 11110010 | 1100011 | 111110 |
Color Harmonies of #423DFE
Complementary color
Monochromatic Colors of #423DFE
Black with #423DFE
Text Example
Text Example
White with #423DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423DFE; }
p { color: rgb(66,61,254); }
H1.HeaderClassName
{
color: #423DFE;
}
.AnyTagClassName
{
color: #423DFE;
}
</style>
background-color css
<style>
a { background-color: #423DFE; }
a { background-color: rgb(66,61,254); }
div.DivClassName
{
background-color: #423DFE;
}
.BgClassName
{
background-color: #423DFE;
}
</style>
border-color css
<style>
span { border-color: #423DFE; }
span { border-color: rgb(66,61,254); }
td.TdClassName
{
border-color: #423DFE;
}
.TagClassName
{
border-color: #423DFE;
}
</style>