Shades of Neon Blue #423DFB
Tints of Neon Blue #423DFB
RGB
CMYK
RGB Variations
Color information
#423DFB (or 0x423DFB) is known color: Neon Blue. HEX triplet: 42, 3D and FB. RGB value is (66,61,251). Sum of RGB (Red+Green+Blue) = 66+61+251=378 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.46% from 378); Green value is 61 (24.22% from 255 or 16.14% from 378); Blue value is 251 (98.44% from 255 or 66.40% from 378); Max value from RGB is 251 - color contains mainly: blue. Hex color #423DFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #423DFB is #BDC204. Grayscale: #535353. Windows color (decimal): -12435973 or 16465218. OLE color: 16465218.
HSL color Cylindrical-coordinate representation of color #423DFB: hue angle of 241.58º degrees, saturation: 0.96, 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 #423DFB is Cyan = 0.74, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 61 | 251 | - |
| CMYK | 0.74 | 0.76 | 0 | 0.02 |
| HSL | 241.58º | 0.96% | 0.61% | - |
| HSV(B) | 241.58º | 0.76% | 0.98% | - |
| XYZ | 21.33 | 11.46 | 92.35 | - |
| YUV | 84.16 | 222.16 | 115.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 61 | 251 | 0.74 | 0.76 | 0 | 0.02 | 241.58 | 0.96 | 0.61 |
| Hex | 42 | 3D | FB | 4A | 4C | 0 | 2 | F2 | 60 | 3D |
| Octal | 102 | 75 | 373 | 112 | 114 | 0 | 2 | 362 | 140 | 75 |
| Binary | 1000010 | 111101 | 11111011 | 1001010 | 1001100 | 0 | 10 | 11110010 | 1100000 | 111101 |
Color Harmonies of #423DFB
Complementary color
Monochromatic Colors of #423DFB
Black with #423DFB
Text Example
Text Example
White with #423DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423DFB; }
p { color: rgb(66,61,251); }
H1.HeaderClassName
{
color: #423DFB;
}
.AnyTagClassName
{
color: #423DFB;
}
</style>
background-color css
<style>
a { background-color: #423DFB; }
a { background-color: rgb(66,61,251); }
div.DivClassName
{
background-color: #423DFB;
}
.BgClassName
{
background-color: #423DFB;
}
</style>
border-color css
<style>
span { border-color: #423DFB; }
span { border-color: rgb(66,61,251); }
td.TdClassName
{
border-color: #423DFB;
}
.TagClassName
{
border-color: #423DFB;
}
</style>