Shades of Neon Blue #4030FD
Tints of Neon Blue #4030FD
RGB
CMYK
RGB Variations
Color information
#4030FD (or 0x4030FD) is known color: Neon Blue. HEX triplet: 40, 30 and FD. RGB value is (64,48,253). Sum of RGB (Red+Green+Blue) = 64+48+253=365 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.53% from 365); Green value is 48 (19.14% from 255 or 13.15% from 365); Blue value is 253 (99.22% from 255 or 69.32% from 365); Max value from RGB is 253 - color contains mainly: blue. Hex color #4030FD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4030FD is #BFCF02. Grayscale: #4B4B4B. Windows color (decimal): -12570371 or 16592960. OLE color: 16592960.
HSL color Cylindrical-coordinate representation of color #4030FD: hue angle of 244.68º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4030FD is Cyan = 0.75, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 64 | 48 | 253 | - |
| CMYK | 0.75 | 0.81 | 0 | 0.01 |
| HSL | 244.68º | 0.98% | 0.59% | - |
| HSV(B) | 244.68º | 0.81% | 0.99% | - |
| XYZ | 20.9 | 10.3 | 93.81 | - |
| YUV | 76.15 | 227.8 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 48 | 253 | 0.75 | 0.81 | 0 | 0.01 | 244.68 | 0.98 | 0.59 |
| Hex | 40 | 30 | FD | 4B | 51 | 0 | 1 | F5 | 62 | 3B |
| Octal | 100 | 60 | 375 | 113 | 121 | 0 | 1 | 365 | 142 | 73 |
| Binary | 1000000 | 110000 | 11111101 | 1001011 | 1010001 | 0 | 1 | 11110101 | 1100010 | 111011 |
Color Harmonies of #4030FD
Complementary color
Monochromatic Colors of #4030FD
Black with #4030FD
Text Example
Text Example
White with #4030FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4030FD; }
p { color: rgb(64,48,253); }
H1.HeaderClassName
{
color: #4030FD;
}
.AnyTagClassName
{
color: #4030FD;
}
</style>
background-color css
<style>
a { background-color: #4030FD; }
a { background-color: rgb(64,48,253); }
div.DivClassName
{
background-color: #4030FD;
}
.BgClassName
{
background-color: #4030FD;
}
</style>
border-color css
<style>
span { border-color: #4030FD; }
span { border-color: rgb(64,48,253); }
td.TdClassName
{
border-color: #4030FD;
}
.TagClassName
{
border-color: #4030FD;
}
</style>