Shades of Neon Blue #403AF3
Tints of Neon Blue #403AF3
RGB
CMYK
RGB Variations
Color information
#403AF3 (or 0x403AF3) is known color: Neon Blue. HEX triplet: 40, 3A and F3. RGB value is (64,58,243). Sum of RGB (Red+Green+Blue) = 64+58+243=365 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.53% from 365); Green value is 58 (23.05% from 255 or 15.89% from 365); Blue value is 243 (95.31% from 255 or 66.58% from 365); Max value from RGB is 243 - color contains mainly: blue. Hex color #403AF3 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #403AF3 is #BFC50C. Grayscale: #505050. Windows color (decimal): -12567821 or 15940160. OLE color: 15940160.
HSL color Cylindrical-coordinate representation of color #403AF3: hue angle of 241.95º degrees, saturation: 0.89, 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 #403AF3 is Cyan = 0.74, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 64 | 58 | 243 | - |
| CMYK | 0.74 | 0.76 | 0 | 0.05 |
| HSL | 241.95º | 0.89% | 0.59% | - |
| HSV(B) | 241.95º | 0.76% | 0.95% | - |
| XYZ | 19.81 | 10.59 | 85.79 | - |
| YUV | 80.88 | 219.49 | 115.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 58 | 243 | 0.74 | 0.76 | 0 | 0.05 | 241.95 | 0.89 | 0.59 |
| Hex | 40 | 3A | F3 | 4A | 4C | 0 | 5 | F2 | 59 | 3B |
| Octal | 100 | 72 | 363 | 112 | 114 | 0 | 5 | 362 | 131 | 73 |
| Binary | 1000000 | 111010 | 11110011 | 1001010 | 1001100 | 0 | 101 | 11110010 | 1011001 | 111011 |
Color Harmonies of #403AF3
Complementary color
Monochromatic Colors of #403AF3
Black with #403AF3
Text Example
Text Example
White with #403AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403AF3; }
p { color: rgb(64,58,243); }
H1.HeaderClassName
{
color: #403AF3;
}
.AnyTagClassName
{
color: #403AF3;
}
</style>
background-color css
<style>
a { background-color: #403AF3; }
a { background-color: rgb(64,58,243); }
div.DivClassName
{
background-color: #403AF3;
}
.BgClassName
{
background-color: #403AF3;
}
</style>
border-color css
<style>
span { border-color: #403AF3; }
span { border-color: rgb(64,58,243); }
td.TdClassName
{
border-color: #403AF3;
}
.TagClassName
{
border-color: #403AF3;
}
</style>