Shades of Neon Blue #5064FF
Tints of Neon Blue #5064FF
RGB
CMYK
RGB Variations
Color information
#5064FF (or 0x5064FF) is known color: Neon Blue. HEX triplet: 50, 64 and FF. RGB value is (80,100,255). Sum of RGB (Red+Green+Blue) = 80+100+255=435 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.39% from 435); Green value is 100 (39.45% from 255 or 22.99% from 435); Blue value is 255 (100% from 255 or 58.62% from 435); Max value from RGB is 255 - color contains mainly: blue. Hex color #5064FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5064FF is #AF9B00. Grayscale: #6F6F6F. Windows color (decimal): -11508481 or 16737360. OLE color: 16737360.
HSL color Cylindrical-coordinate representation of color #5064FF: hue angle of 233.14º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5064FF is Cyan = 0.69, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 80 | 100 | 255 | - |
| CMYK | 0.69 | 0.61 | 0 | 0 |
| HSL | 233.14º | 1% | 0.66% | - |
| HSV(B) | 233.14º | 0.69% | 1% | - |
| XYZ | 25.92 | 18.04 | 96.72 | - |
| YUV | 111.69 | 208.87 | 105.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 100 | 255 | 0.69 | 0.61 | 0 | 0 | 233.14 | 1 | 0.66 |
| Hex | 50 | 64 | FF | 45 | 3D | 0 | 0 | E9 | 64 | 42 |
| Octal | 120 | 144 | 377 | 105 | 75 | 0 | 0 | 351 | 144 | 102 |
| Binary | 1010000 | 1100100 | 11111111 | 1000101 | 111101 | 0 | 0 | 11101001 | 1100100 | 1000010 |
Color Harmonies of #5064FF
Complementary color
Monochromatic Colors of #5064FF
Black with #5064FF
Text Example
Text Example
White with #5064FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5064FF; }
p { color: rgb(80,100,255); }
H1.HeaderClassName
{
color: #5064FF;
}
.AnyTagClassName
{
color: #5064FF;
}
</style>
background-color css
<style>
a { background-color: #5064FF; }
a { background-color: rgb(80,100,255); }
div.DivClassName
{
background-color: #5064FF;
}
.BgClassName
{
background-color: #5064FF;
}
</style>
border-color css
<style>
span { border-color: #5064FF; }
span { border-color: rgb(80,100,255); }
td.TdClassName
{
border-color: #5064FF;
}
.TagClassName
{
border-color: #5064FF;
}
</style>