Shades of Neon Blue #423AFE
Tints of Neon Blue #423AFE
RGB
CMYK
RGB Variations
Color information
#423AFE (or 0x423AFE) is known color: Neon Blue. HEX triplet: 42, 3A and FE. RGB value is (66,58,254). Sum of RGB (Red+Green+Blue) = 66+58+254=378 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.46% from 378); Green value is 58 (23.05% from 255 or 15.34% from 378); Blue value is 254 (99.61% from 255 or 67.20% from 378); Max value from RGB is 254 - color contains mainly: blue. Hex color #423AFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #423AFE is #BDC501. Grayscale: #515151. Windows color (decimal): -12436738 or 16661058. OLE color: 16661058.
HSL color Cylindrical-coordinate representation of color #423AFE: hue angle of 242.45º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #423AFE is Cyan = 0.74, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 66 | 58 | 254 | - |
| CMYK | 0.74 | 0.77 | 0 | 0.00 |
| HSL | 242.45º | 0.99% | 0.61% | - |
| HSV(B) | 242.45º | 0.77% | 1% | - |
| XYZ | 21.65 | 11.34 | 94.81 | - |
| YUV | 82.74 | 224.65 | 116.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 58 | 254 | 0.74 | 0.77 | 0 | 0.00 | 242.45 | 0.99 | 0.61 |
| Hex | 42 | 3A | FE | 4A | 4D | 0 | 0 | F2 | 63 | 3D |
| Octal | 102 | 72 | 376 | 112 | 115 | 0 | 0 | 362 | 143 | 75 |
| Binary | 1000010 | 111010 | 11111110 | 1001010 | 1001101 | 0 | 0 | 11110010 | 1100011 | 111101 |
Color Harmonies of #423AFE
Complementary color
Monochromatic Colors of #423AFE
Black with #423AFE
Text Example
Text Example
White with #423AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423AFE; }
p { color: rgb(66,58,254); }
H1.HeaderClassName
{
color: #423AFE;
}
.AnyTagClassName
{
color: #423AFE;
}
</style>
background-color css
<style>
a { background-color: #423AFE; }
a { background-color: rgb(66,58,254); }
div.DivClassName
{
background-color: #423AFE;
}
.BgClassName
{
background-color: #423AFE;
}
</style>
border-color css
<style>
span { border-color: #423AFE; }
span { border-color: rgb(66,58,254); }
td.TdClassName
{
border-color: #423AFE;
}
.TagClassName
{
border-color: #423AFE;
}
</style>