Shades of Neon Blue #6051FF
Tints of Neon Blue #6051FF
RGB
CMYK
RGB Variations
Color information
#6051FF (or 0x6051FF) is known color: Neon Blue. HEX triplet: 60, 51 and FF. RGB value is (96,81,255). Sum of RGB (Red+Green+Blue) = 96+81+255=432 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.22% from 432); Green value is 81 (32.03% from 255 or 18.75% from 432); Blue value is 255 (100% from 255 or 59.03% from 432); Max value from RGB is 255 - color contains mainly: blue. Hex color #6051FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6051FF is #9FAE00. Grayscale: #686868. Windows color (decimal): -10464769 or 16732512. OLE color: 16732512.
HSL color Cylindrical-coordinate representation of color #6051FF: hue angle of 245.17º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6051FF is Cyan = 0.62, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 96 | 81 | 255 | - |
| CMYK | 0.62 | 0.68 | 0 | 0 |
| HSL | 245.17º | 1% | 0.66% | - |
| HSV(B) | 245.17º | 0.68% | 1% | - |
| XYZ | 25.82 | 15.59 | 96.26 | - |
| YUV | 105.32 | 212.47 | 121.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 81 | 255 | 0.62 | 0.68 | 0 | 0 | 245.17 | 1 | 0.66 |
| Hex | 60 | 51 | FF | 3E | 44 | 0 | 0 | F5 | 64 | 42 |
| Octal | 140 | 121 | 377 | 76 | 104 | 0 | 0 | 365 | 144 | 102 |
| Binary | 1100000 | 1010001 | 11111111 | 111110 | 1000100 | 0 | 0 | 11110101 | 1100100 | 1000010 |
Color Harmonies of #6051FF
Complementary color
Monochromatic Colors of #6051FF
Black with #6051FF
Text Example
Text Example
White with #6051FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6051FF; }
p { color: rgb(96,81,255); }
H1.HeaderClassName
{
color: #6051FF;
}
.AnyTagClassName
{
color: #6051FF;
}
</style>
background-color css
<style>
a { background-color: #6051FF; }
a { background-color: rgb(96,81,255); }
div.DivClassName
{
background-color: #6051FF;
}
.BgClassName
{
background-color: #6051FF;
}
</style>
border-color css
<style>
span { border-color: #6051FF; }
span { border-color: rgb(96,81,255); }
td.TdClassName
{
border-color: #6051FF;
}
.TagClassName
{
border-color: #6051FF;
}
</style>