Shades of Neon Blue #403ADE
Tints of Neon Blue #403ADE
RGB
CMYK
RGB Variations
Color information
#403ADE (or 0x403ADE) is known color: Neon Blue. HEX triplet: 40, 3A and DE. RGB value is (64,58,222). Sum of RGB (Red+Green+Blue) = 64+58+222=344 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.60% from 344); Green value is 58 (23.05% from 255 or 16.86% from 344); Blue value is 222 (87.11% from 255 or 64.53% from 344); Max value from RGB is 222 - color contains mainly: blue. Hex color #403ADE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #403ADE is #BFC521. Grayscale: #4D4D4D. Windows color (decimal): -12567842 or 14563904. OLE color: 14563904.
HSL color Cylindrical-coordinate representation of color #403ADE: hue angle of 242.2º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #403ADE is Cyan = 0.71, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 64 | 58 | 222 | - |
| CMYK | 0.71 | 0.74 | 0 | 0.13 |
| HSL | 242.2º | 0.71% | 0.55% | - |
| HSV(B) | 242.2º | 0.74% | 0.87% | - |
| XYZ | 16.81 | 9.39 | 70.03 | - |
| YUV | 78.49 | 208.99 | 117.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 58 | 222 | 0.71 | 0.74 | 0 | 0.13 | 242.2 | 0.71 | 0.55 |
| Hex | 40 | 3A | DE | 47 | 4A | 0 | D | F2 | 47 | 37 |
| Octal | 100 | 72 | 336 | 107 | 112 | 0 | 15 | 362 | 107 | 67 |
| Binary | 1000000 | 111010 | 11011110 | 1000111 | 1001010 | 0 | 1101 | 11110010 | 1000111 | 110111 |
Color Harmonies of #403ADE
Complementary color
Monochromatic Colors of #403ADE
Black with #403ADE
Text Example
Text Example
White with #403ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403ADE; }
p { color: rgb(64,58,222); }
H1.HeaderClassName
{
color: #403ADE;
}
.AnyTagClassName
{
color: #403ADE;
}
</style>
background-color css
<style>
a { background-color: #403ADE; }
a { background-color: rgb(64,58,222); }
div.DivClassName
{
background-color: #403ADE;
}
.BgClassName
{
background-color: #403ADE;
}
</style>
border-color css
<style>
span { border-color: #403ADE; }
span { border-color: rgb(64,58,222); }
td.TdClassName
{
border-color: #403ADE;
}
.TagClassName
{
border-color: #403ADE;
}
</style>