Shades of Neon Blue #403DF2
Tints of Neon Blue #403DF2
RGB
CMYK
RGB Variations
Color information
#403DF2 (or 0x403DF2) is known color: Neon Blue. HEX triplet: 40, 3D and F2. RGB value is (64,61,242). Sum of RGB (Red+Green+Blue) = 64+61+242=367 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.44% from 367); Green value is 61 (24.22% from 255 or 16.62% from 367); Blue value is 242 (94.92% from 255 or 65.94% from 367); Max value from RGB is 242 - color contains mainly: blue. Hex color #403DF2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #403DF2 is #BFC20D. Grayscale: #515151. Windows color (decimal): -12567054 or 15875392. OLE color: 15875392.
HSL color Cylindrical-coordinate representation of color #403DF2: hue angle of 240.99º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #403DF2 is Cyan = 0.74, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 64 | 61 | 242 | - |
| CMYK | 0.74 | 0.75 | 0 | 0.05 |
| HSL | 240.99º | 0.87% | 0.59% | - |
| HSV(B) | 240.99º | 0.75% | 0.95% | - |
| XYZ | 19.81 | 10.84 | 85.05 | - |
| YUV | 82.53 | 217.99 | 114.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 61 | 242 | 0.74 | 0.75 | 0 | 0.05 | 240.99 | 0.87 | 0.59 |
| Hex | 40 | 3D | F2 | 4A | 4B | 0 | 5 | F1 | 57 | 3B |
| Octal | 100 | 75 | 362 | 112 | 113 | 0 | 5 | 361 | 127 | 73 |
| Binary | 1000000 | 111101 | 11110010 | 1001010 | 1001011 | 0 | 101 | 11110001 | 1010111 | 111011 |
Color Harmonies of #403DF2
Complementary color
Monochromatic Colors of #403DF2
Black with #403DF2
Text Example
Text Example
White with #403DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403DF2; }
p { color: rgb(64,61,242); }
H1.HeaderClassName
{
color: #403DF2;
}
.AnyTagClassName
{
color: #403DF2;
}
</style>
background-color css
<style>
a { background-color: #403DF2; }
a { background-color: rgb(64,61,242); }
div.DivClassName
{
background-color: #403DF2;
}
.BgClassName
{
background-color: #403DF2;
}
</style>
border-color css
<style>
span { border-color: #403DF2; }
span { border-color: rgb(64,61,242); }
td.TdClassName
{
border-color: #403DF2;
}
.TagClassName
{
border-color: #403DF2;
}
</style>