Shades of Neon Blue #423EFB
Tints of Neon Blue #423EFB
RGB
CMYK
RGB Variations
Color information
#423EFB (or 0x423EFB) is known color: Neon Blue. HEX triplet: 42, 3E and FB. RGB value is (66,62,251). Sum of RGB (Red+Green+Blue) = 66+62+251=379 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.41% from 379); Green value is 62 (24.61% from 255 or 16.36% from 379); Blue value is 251 (98.44% from 255 or 66.23% from 379); Max value from RGB is 251 - color contains mainly: blue. Hex color #423EFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #423EFB is #BDC104. Grayscale: #535353. Windows color (decimal): -12435717 or 16465474. OLE color: 16465474.
HSL color Cylindrical-coordinate representation of color #423EFB: hue angle of 241.27º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #423EFB is Cyan = 0.74, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 62 | 251 | - |
| CMYK | 0.74 | 0.75 | 0 | 0.02 |
| HSL | 241.27º | 0.96% | 0.61% | - |
| HSV(B) | 241.27º | 0.75% | 0.98% | - |
| XYZ | 21.38 | 11.57 | 92.37 | - |
| YUV | 84.74 | 221.83 | 114.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 62 | 251 | 0.74 | 0.75 | 0 | 0.02 | 241.27 | 0.96 | 0.61 |
| Hex | 42 | 3E | FB | 4A | 4B | 0 | 2 | F1 | 60 | 3D |
| Octal | 102 | 76 | 373 | 112 | 113 | 0 | 2 | 361 | 140 | 75 |
| Binary | 1000010 | 111110 | 11111011 | 1001010 | 1001011 | 0 | 10 | 11110001 | 1100000 | 111101 |
Color Harmonies of #423EFB
Complementary color
Monochromatic Colors of #423EFB
Black with #423EFB
Text Example
Text Example
White with #423EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423EFB; }
p { color: rgb(66,62,251); }
H1.HeaderClassName
{
color: #423EFB;
}
.AnyTagClassName
{
color: #423EFB;
}
</style>
background-color css
<style>
a { background-color: #423EFB; }
a { background-color: rgb(66,62,251); }
div.DivClassName
{
background-color: #423EFB;
}
.BgClassName
{
background-color: #423EFB;
}
</style>
border-color css
<style>
span { border-color: #423EFB; }
span { border-color: rgb(66,62,251); }
td.TdClassName
{
border-color: #423EFB;
}
.TagClassName
{
border-color: #423EFB;
}
</style>