Shades of Neon Blue #423DFA
Tints of Neon Blue #423DFA
RGB
CMYK
RGB Variations
Color information
#423DFA (or 0x423DFA) is known color: Neon Blue. HEX triplet: 42, 3D and FA. RGB value is (66,61,250). Sum of RGB (Red+Green+Blue) = 66+61+250=377 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.51% from 377); Green value is 61 (24.22% from 255 or 16.18% from 377); Blue value is 250 (98.05% from 255 or 66.31% from 377); Max value from RGB is 250 - color contains mainly: blue. Hex color #423DFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #423DFA is #BDC205. Grayscale: #535353. Windows color (decimal): -12435974 or 16399682. OLE color: 16399682.
HSL color Cylindrical-coordinate representation of color #423DFA: hue angle of 241.59º 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 #423DFA is Cyan = 0.74, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 61 | 250 | - |
| CMYK | 0.74 | 0.76 | 0 | 0.02 |
| HSL | 241.59º | 0.95% | 0.61% | - |
| HSV(B) | 241.59º | 0.76% | 0.98% | - |
| XYZ | 21.17 | 11.4 | 91.53 | - |
| YUV | 84.04 | 221.66 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 61 | 250 | 0.74 | 0.76 | 0 | 0.02 | 241.59 | 0.95 | 0.61 |
| Hex | 42 | 3D | FA | 4A | 4C | 0 | 2 | F2 | 5F | 3D |
| Octal | 102 | 75 | 372 | 112 | 114 | 0 | 2 | 362 | 137 | 75 |
| Binary | 1000010 | 111101 | 11111010 | 1001010 | 1001100 | 0 | 10 | 11110010 | 1011111 | 111101 |
Color Harmonies of #423DFA
Complementary color
Monochromatic Colors of #423DFA
Black with #423DFA
Text Example
Text Example
White with #423DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423DFA; }
p { color: rgb(66,61,250); }
H1.HeaderClassName
{
color: #423DFA;
}
.AnyTagClassName
{
color: #423DFA;
}
</style>
background-color css
<style>
a { background-color: #423DFA; }
a { background-color: rgb(66,61,250); }
div.DivClassName
{
background-color: #423DFA;
}
.BgClassName
{
background-color: #423DFA;
}
</style>
border-color css
<style>
span { border-color: #423DFA; }
span { border-color: rgb(66,61,250); }
td.TdClassName
{
border-color: #423DFA;
}
.TagClassName
{
border-color: #423DFA;
}
</style>