Shades of Neon Blue #4050FF
Tints of Neon Blue #4050FF
RGB
CMYK
RGB Variations
Color information
#4050FF (or 0x4050FF) is known color: Neon Blue. HEX triplet: 40, 50 and FF. RGB value is (64,80,255). Sum of RGB (Red+Green+Blue) = 64+80+255=399 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.04% from 399); Green value is 80 (31.64% from 255 or 20.05% from 399); Blue value is 255 (100% from 255 or 63.91% from 399); Max value from RGB is 255 - color contains mainly: blue. Hex color #4050FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4050FF is #BFAF00. Grayscale: #5E5E5E. Windows color (decimal): -12562177 or 16732224. OLE color: 16732224.
HSL color Cylindrical-coordinate representation of color #4050FF: hue angle of 234.97º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4050FF is Cyan = 0.75, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 64 | 80 | 255 | - |
| CMYK | 0.75 | 0.69 | 0 | 0 |
| HSL | 234.97º | 1% | 0.63% | - |
| HSV(B) | 234.97º | 0.75% | 1% | - |
| XYZ | 23.03 | 14.05 | 96.11 | - |
| YUV | 95.17 | 218.2 | 105.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 80 | 255 | 0.75 | 0.69 | 0 | 0 | 234.97 | 1 | 0.63 |
| Hex | 40 | 50 | FF | 4B | 45 | 0 | 0 | EB | 64 | 3F |
| Octal | 100 | 120 | 377 | 113 | 105 | 0 | 0 | 353 | 144 | 77 |
| Binary | 1000000 | 1010000 | 11111111 | 1001011 | 1000101 | 0 | 0 | 11101011 | 1100100 | 111111 |
Color Harmonies of #4050FF
Complementary color
Monochromatic Colors of #4050FF
Black with #4050FF
Text Example
Text Example
White with #4050FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4050FF; }
p { color: rgb(64,80,255); }
H1.HeaderClassName
{
color: #4050FF;
}
.AnyTagClassName
{
color: #4050FF;
}
</style>
background-color css
<style>
a { background-color: #4050FF; }
a { background-color: rgb(64,80,255); }
div.DivClassName
{
background-color: #4050FF;
}
.BgClassName
{
background-color: #4050FF;
}
</style>
border-color css
<style>
span { border-color: #4050FF; }
span { border-color: rgb(64,80,255); }
td.TdClassName
{
border-color: #4050FF;
}
.TagClassName
{
border-color: #4050FF;
}
</style>