Shades of Neon Blue #4030FF
Tints of Neon Blue #4030FF
RGB
CMYK
RGB Variations
Color information
#4030FF (or 0x4030FF) is known color: Neon Blue. HEX triplet: 40, 30 and FF. RGB value is (64,48,255). Sum of RGB (Red+Green+Blue) = 64+48+255=367 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.44% from 367); Green value is 48 (19.14% from 255 or 13.08% from 367); Blue value is 255 (100% from 255 or 69.48% from 367); Max value from RGB is 255 - color contains mainly: blue. Hex color #4030FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4030FF is #BFCF00. Grayscale: #4B4B4B. Windows color (decimal): -12570369 or 16724032. OLE color: 16724032.
HSL color Cylindrical-coordinate representation of color #4030FF: hue angle of 244.64º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4030FF is Cyan = 0.75, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 64 | 48 | 255 | - |
| CMYK | 0.75 | 0.81 | 0 | 0 |
| HSL | 244.64º | 1% | 0.59% | - |
| HSV(B) | 244.64º | 0.81% | 1% | - |
| XYZ | 21.22 | 10.42 | 95.5 | - |
| YUV | 76.38 | 228.8 | 119.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 48 | 255 | 0.75 | 0.81 | 0 | 0 | 244.64 | 1 | 0.59 |
| Hex | 40 | 30 | FF | 4B | 51 | 0 | 0 | F5 | 64 | 3B |
| Octal | 100 | 60 | 377 | 113 | 121 | 0 | 0 | 365 | 144 | 73 |
| Binary | 1000000 | 110000 | 11111111 | 1001011 | 1010001 | 0 | 0 | 11110101 | 1100100 | 111011 |
Color Harmonies of #4030FF
Complementary color
Monochromatic Colors of #4030FF
Black with #4030FF
Text Example
Text Example
White with #4030FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4030FF; }
p { color: rgb(64,48,255); }
H1.HeaderClassName
{
color: #4030FF;
}
.AnyTagClassName
{
color: #4030FF;
}
</style>
background-color css
<style>
a { background-color: #4030FF; }
a { background-color: rgb(64,48,255); }
div.DivClassName
{
background-color: #4030FF;
}
.BgClassName
{
background-color: #4030FF;
}
</style>
border-color css
<style>
span { border-color: #4030FF; }
span { border-color: rgb(64,48,255); }
td.TdClassName
{
border-color: #4030FF;
}
.TagClassName
{
border-color: #4030FF;
}
</style>