Shades of Neon Blue #423AFB
Tints of Neon Blue #423AFB
RGB
CMYK
RGB Variations
Color information
#423AFB (or 0x423AFB) is known color: Neon Blue. HEX triplet: 42, 3A and FB. RGB value is (66,58,251). Sum of RGB (Red+Green+Blue) = 66+58+251=375 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.6% from 375); Green value is 58 (23.05% from 255 or 15.47% from 375); Blue value is 251 (98.44% from 255 or 66.93% from 375); Max value from RGB is 251 - color contains mainly: blue. Hex color #423AFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #423AFB is #BDC504. Grayscale: #515151. Windows color (decimal): -12436741 or 16464450. OLE color: 16464450.
HSL color Cylindrical-coordinate representation of color #423AFB: hue angle of 242.49º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #423AFB is Cyan = 0.74, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 58 | 251 | - |
| CMYK | 0.74 | 0.77 | 0 | 0.02 |
| HSL | 242.49º | 0.96% | 0.61% | - |
| HSV(B) | 242.49º | 0.77% | 0.98% | - |
| XYZ | 21.17 | 11.15 | 92.3 | - |
| YUV | 82.39 | 223.15 | 116.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 58 | 251 | 0.74 | 0.77 | 0 | 0.02 | 242.49 | 0.96 | 0.61 |
| Hex | 42 | 3A | FB | 4A | 4D | 0 | 2 | F2 | 60 | 3D |
| Octal | 102 | 72 | 373 | 112 | 115 | 0 | 2 | 362 | 140 | 75 |
| Binary | 1000010 | 111010 | 11111011 | 1001010 | 1001101 | 0 | 10 | 11110010 | 1100000 | 111101 |
Color Harmonies of #423AFB
Complementary color
Monochromatic Colors of #423AFB
Black with #423AFB
Text Example
Text Example
White with #423AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423AFB; }
p { color: rgb(66,58,251); }
H1.HeaderClassName
{
color: #423AFB;
}
.AnyTagClassName
{
color: #423AFB;
}
</style>
background-color css
<style>
a { background-color: #423AFB; }
a { background-color: rgb(66,58,251); }
div.DivClassName
{
background-color: #423AFB;
}
.BgClassName
{
background-color: #423AFB;
}
</style>
border-color css
<style>
span { border-color: #423AFB; }
span { border-color: rgb(66,58,251); }
td.TdClassName
{
border-color: #423AFB;
}
.TagClassName
{
border-color: #423AFB;
}
</style>