Shades of Neon Blue #403BF3
Tints of Neon Blue #403BF3
RGB
CMYK
RGB Variations
Color information
#403BF3 (or 0x403BF3) is known color: Neon Blue. HEX triplet: 40, 3B and F3. RGB value is (64,59,243). Sum of RGB (Red+Green+Blue) = 64+59+243=366 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.49% from 366); Green value is 59 (23.44% from 255 or 16.12% from 366); Blue value is 243 (95.31% from 255 or 66.39% from 366); Max value from RGB is 243 - color contains mainly: blue. Hex color #403BF3 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #403BF3 is #BFC40C. Grayscale: #505050. Windows color (decimal): -12567565 or 15940416. OLE color: 15940416.
HSL color Cylindrical-coordinate representation of color #403BF3: hue angle of 241.63º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #403BF3 is Cyan = 0.74, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 64 | 59 | 243 | - |
| CMYK | 0.74 | 0.76 | 0 | 0.05 |
| HSL | 241.63º | 0.88% | 0.59% | - |
| HSV(B) | 241.63º | 0.76% | 0.95% | - |
| XYZ | 19.86 | 10.69 | 85.81 | - |
| YUV | 81.47 | 219.16 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 59 | 243 | 0.74 | 0.76 | 0 | 0.05 | 241.63 | 0.88 | 0.59 |
| Hex | 40 | 3B | F3 | 4A | 4C | 0 | 5 | F2 | 58 | 3B |
| Octal | 100 | 73 | 363 | 112 | 114 | 0 | 5 | 362 | 130 | 73 |
| Binary | 1000000 | 111011 | 11110011 | 1001010 | 1001100 | 0 | 101 | 11110010 | 1011000 | 111011 |
Color Harmonies of #403BF3
Complementary color
Monochromatic Colors of #403BF3
Black with #403BF3
Text Example
Text Example
White with #403BF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403BF3; }
p { color: rgb(64,59,243); }
H1.HeaderClassName
{
color: #403BF3;
}
.AnyTagClassName
{
color: #403BF3;
}
</style>
background-color css
<style>
a { background-color: #403BF3; }
a { background-color: rgb(64,59,243); }
div.DivClassName
{
background-color: #403BF3;
}
.BgClassName
{
background-color: #403BF3;
}
</style>
border-color css
<style>
span { border-color: #403BF3; }
span { border-color: rgb(64,59,243); }
td.TdClassName
{
border-color: #403BF3;
}
.TagClassName
{
border-color: #403BF3;
}
</style>