Shades of Neon Blue #403BEB
Tints of Neon Blue #403BEB
RGB
CMYK
RGB Variations
Color information
#403BEB (or 0x403BEB) is known color: Neon Blue. HEX triplet: 40, 3B and EB. RGB value is (64,59,235). Sum of RGB (Red+Green+Blue) = 64+59+235=358 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.88% from 358); Green value is 59 (23.44% from 255 or 16.48% from 358); Blue value is 235 (92.19% from 255 or 65.64% from 358); Max value from RGB is 235 - color contains mainly: blue. Hex color #403BEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #403BEB is #BFC414. Grayscale: #4F4F4F. Windows color (decimal): -12567573 or 15416128. OLE color: 15416128.
HSL color Cylindrical-coordinate representation of color #403BEB: hue angle of 241.7º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #403BEB is Cyan = 0.73, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 64 | 59 | 235 | - |
| CMYK | 0.73 | 0.75 | 0 | 0.08 |
| HSL | 241.7º | 0.81% | 0.58% | - |
| HSV(B) | 241.7º | 0.75% | 0.92% | - |
| XYZ | 18.67 | 10.22 | 79.58 | - |
| YUV | 80.56 | 215.16 | 116.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 59 | 235 | 0.73 | 0.75 | 0 | 0.08 | 241.7 | 0.81 | 0.58 |
| Hex | 40 | 3B | EB | 49 | 4B | 0 | 8 | F2 | 51 | 3A |
| Octal | 100 | 73 | 353 | 111 | 113 | 0 | 10 | 362 | 121 | 72 |
| Binary | 1000000 | 111011 | 11101011 | 1001001 | 1001011 | 0 | 1000 | 11110010 | 1010001 | 111010 |
Color Harmonies of #403BEB
Complementary color
Monochromatic Colors of #403BEB
Black with #403BEB
Text Example
Text Example
White with #403BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403BEB; }
p { color: rgb(64,59,235); }
H1.HeaderClassName
{
color: #403BEB;
}
.AnyTagClassName
{
color: #403BEB;
}
</style>
background-color css
<style>
a { background-color: #403BEB; }
a { background-color: rgb(64,59,235); }
div.DivClassName
{
background-color: #403BEB;
}
.BgClassName
{
background-color: #403BEB;
}
</style>
border-color css
<style>
span { border-color: #403BEB; }
span { border-color: rgb(64,59,235); }
td.TdClassName
{
border-color: #403BEB;
}
.TagClassName
{
border-color: #403BEB;
}
</style>