Shades of Neon Blue #6051F8
Tints of Neon Blue #6051F8
RGB
CMYK
RGB Variations
Color information
#6051F8 (or 0x6051F8) is known color: Neon Blue. HEX triplet: 60, 51 and F8. RGB value is (96,81,248). Sum of RGB (Red+Green+Blue) = 96+81+248=425 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.59% from 425); Green value is 81 (32.03% from 255 or 19.06% from 425); Blue value is 248 (97.27% from 255 or 58.35% from 425); Max value from RGB is 248 - color contains mainly: blue. Hex color #6051F8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6051F8 is #9FAE07. Grayscale: #676767. Windows color (decimal): -10464776 or 16273760. OLE color: 16273760.
HSL color Cylindrical-coordinate representation of color #6051F8: hue angle of 245.39º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6051F8 is Cyan = 0.61, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 96 | 81 | 248 | - |
| CMYK | 0.61 | 0.67 | 0 | 0.03 |
| HSL | 245.39º | 0.92% | 0.65% | - |
| HSV(B) | 245.39º | 0.67% | 0.97% | - |
| XYZ | 24.71 | 15.15 | 90.43 | - |
| YUV | 104.52 | 208.97 | 121.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 81 | 248 | 0.61 | 0.67 | 0 | 0.03 | 245.39 | 0.92 | 0.65 |
| Hex | 60 | 51 | F8 | 3D | 43 | 0 | 3 | F5 | 5C | 41 |
| Octal | 140 | 121 | 370 | 75 | 103 | 0 | 3 | 365 | 134 | 101 |
| Binary | 1100000 | 1010001 | 11111000 | 111101 | 1000011 | 0 | 11 | 11110101 | 1011100 | 1000001 |
Color Harmonies of #6051F8
Complementary color
Monochromatic Colors of #6051F8
Black with #6051F8
Text Example
Text Example
White with #6051F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6051F8; }
p { color: rgb(96,81,248); }
H1.HeaderClassName
{
color: #6051F8;
}
.AnyTagClassName
{
color: #6051F8;
}
</style>
background-color css
<style>
a { background-color: #6051F8; }
a { background-color: rgb(96,81,248); }
div.DivClassName
{
background-color: #6051F8;
}
.BgClassName
{
background-color: #6051F8;
}
</style>
border-color css
<style>
span { border-color: #6051F8; }
span { border-color: rgb(96,81,248); }
td.TdClassName
{
border-color: #6051F8;
}
.TagClassName
{
border-color: #6051F8;
}
</style>