Shades of Neon Blue #6045FF
Tints of Neon Blue #6045FF
RGB
CMYK
RGB Variations
Color information
#6045FF (or 0x6045FF) is known color: Neon Blue. HEX triplet: 60, 45 and FF. RGB value is (96,69,255). Sum of RGB (Red+Green+Blue) = 96+69+255=420 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.86% from 420); Green value is 69 (27.34% from 255 or 16.43% from 420); Blue value is 255 (100% from 255 or 60.71% from 420); Max value from RGB is 255 - color contains mainly: blue. Hex color #6045FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6045FF is #9FBA00. Grayscale: #616161. Windows color (decimal): -10467841 or 16729440. OLE color: 16729440.
HSL color Cylindrical-coordinate representation of color #6045FF: hue angle of 248.71º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6045FF is Cyan = 0.62, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 96 | 69 | 255 | - |
| CMYK | 0.62 | 0.73 | 0 | 0 |
| HSL | 248.71º | 1% | 0.64% | - |
| HSV(B) | 248.71º | 0.73% | 1% | - |
| XYZ | 25 | 13.96 | 95.99 | - |
| YUV | 98.28 | 216.45 | 126.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 69 | 255 | 0.62 | 0.73 | 0 | 0 | 248.71 | 1 | 0.64 |
| Hex | 60 | 45 | FF | 3E | 49 | 0 | 0 | F9 | 64 | 40 |
| Octal | 140 | 105 | 377 | 76 | 111 | 0 | 0 | 371 | 144 | 100 |
| Binary | 1100000 | 1000101 | 11111111 | 111110 | 1001001 | 0 | 0 | 11111001 | 1100100 | 1000000 |
Color Harmonies of #6045FF
Complementary color
Monochromatic Colors of #6045FF
Black with #6045FF
Text Example
Text Example
White with #6045FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6045FF; }
p { color: rgb(96,69,255); }
H1.HeaderClassName
{
color: #6045FF;
}
.AnyTagClassName
{
color: #6045FF;
}
</style>
background-color css
<style>
a { background-color: #6045FF; }
a { background-color: rgb(96,69,255); }
div.DivClassName
{
background-color: #6045FF;
}
.BgClassName
{
background-color: #6045FF;
}
</style>
border-color css
<style>
span { border-color: #6045FF; }
span { border-color: rgb(96,69,255); }
td.TdClassName
{
border-color: #6045FF;
}
.TagClassName
{
border-color: #6045FF;
}
</style>