Shades of Neon Blue #4033FF
Tints of Neon Blue #4033FF
RGB
CMYK
RGB Variations
Color information
#4033FF (or 0x4033FF) is known color: Neon Blue. HEX triplet: 40, 33 and FF. RGB value is (64,51,255). Sum of RGB (Red+Green+Blue) = 64+51+255=370 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.30% from 370); Green value is 51 (20.31% from 255 or 13.78% from 370); Blue value is 255 (100% from 255 or 68.92% from 370); Max value from RGB is 255 - color contains mainly: blue. Hex color #4033FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4033FF is #BFCC00. Grayscale: #4D4D4D. Windows color (decimal): -12569601 or 16724800. OLE color: 16724800.
HSL color Cylindrical-coordinate representation of color #4033FF: hue angle of 243.82º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4033FF is Cyan = 0.75, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 64 | 51 | 255 | - |
| CMYK | 0.75 | 0.8 | 0 | 0 |
| HSL | 243.82º | 1% | 0.6% | - |
| HSV(B) | 243.82º | 0.8% | 1% | - |
| XYZ | 21.35 | 10.68 | 95.54 | - |
| YUV | 78.14 | 227.81 | 117.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 51 | 255 | 0.75 | 0.8 | 0 | 0 | 243.82 | 1 | 0.6 |
| Hex | 40 | 33 | FF | 4B | 50 | 0 | 0 | F4 | 64 | 3C |
| Octal | 100 | 63 | 377 | 113 | 120 | 0 | 0 | 364 | 144 | 74 |
| Binary | 1000000 | 110011 | 11111111 | 1001011 | 1010000 | 0 | 0 | 11110100 | 1100100 | 111100 |
Color Harmonies of #4033FF
Complementary color
Monochromatic Colors of #4033FF
Black with #4033FF
Text Example
Text Example
White with #4033FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4033FF; }
p { color: rgb(64,51,255); }
H1.HeaderClassName
{
color: #4033FF;
}
.AnyTagClassName
{
color: #4033FF;
}
</style>
background-color css
<style>
a { background-color: #4033FF; }
a { background-color: rgb(64,51,255); }
div.DivClassName
{
background-color: #4033FF;
}
.BgClassName
{
background-color: #4033FF;
}
</style>
border-color css
<style>
span { border-color: #4033FF; }
span { border-color: rgb(64,51,255); }
td.TdClassName
{
border-color: #4033FF;
}
.TagClassName
{
border-color: #4033FF;
}
</style>