Shades of Neon Blue #423CFA
Tints of Neon Blue #423CFA
RGB
CMYK
RGB Variations
Color information
#423CFA (or 0x423CFA) is known color: Neon Blue. HEX triplet: 42, 3C and FA. RGB value is (66,60,250). Sum of RGB (Red+Green+Blue) = 66+60+250=376 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.55% from 376); Green value is 60 (23.83% from 255 or 15.96% from 376); Blue value is 250 (98.05% from 255 or 66.49% from 376); Max value from RGB is 250 - color contains mainly: blue. Hex color #423CFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #423CFA is #BDC305. Grayscale: #525252. Windows color (decimal): -12436230 or 16399426. OLE color: 16399426.
HSL color Cylindrical-coordinate representation of color #423CFA: hue angle of 241.89º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #423CFA is Cyan = 0.74, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 60 | 250 | - |
| CMYK | 0.74 | 0.76 | 0 | 0.02 |
| HSL | 241.89º | 0.95% | 0.61% | - |
| HSV(B) | 241.89º | 0.76% | 0.98% | - |
| XYZ | 21.12 | 11.29 | 91.51 | - |
| YUV | 83.45 | 221.99 | 115.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 60 | 250 | 0.74 | 0.76 | 0 | 0.02 | 241.89 | 0.95 | 0.61 |
| Hex | 42 | 3C | FA | 4A | 4C | 0 | 2 | F2 | 5F | 3D |
| Octal | 102 | 74 | 372 | 112 | 114 | 0 | 2 | 362 | 137 | 75 |
| Binary | 1000010 | 111100 | 11111010 | 1001010 | 1001100 | 0 | 10 | 11110010 | 1011111 | 111101 |
Color Harmonies of #423CFA
Complementary color
Monochromatic Colors of #423CFA
Black with #423CFA
Text Example
Text Example
White with #423CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423CFA; }
p { color: rgb(66,60,250); }
H1.HeaderClassName
{
color: #423CFA;
}
.AnyTagClassName
{
color: #423CFA;
}
</style>
background-color css
<style>
a { background-color: #423CFA; }
a { background-color: rgb(66,60,250); }
div.DivClassName
{
background-color: #423CFA;
}
.BgClassName
{
background-color: #423CFA;
}
</style>
border-color css
<style>
span { border-color: #423CFA; }
span { border-color: rgb(66,60,250); }
td.TdClassName
{
border-color: #423CFA;
}
.TagClassName
{
border-color: #423CFA;
}
</style>