Shades of Neon Blue #6061FF
Tints of Neon Blue #6061FF
RGB
CMYK
RGB Variations
Color information
#6061FF (or 0x6061FF) is known color: Neon Blue. HEX triplet: 60, 61 and FF. RGB value is (96,97,255). Sum of RGB (Red+Green+Blue) = 96+97+255=448 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.43% from 448); Green value is 97 (38.28% from 255 or 21.65% from 448); Blue value is 255 (100% from 255 or 56.92% from 448); Max value from RGB is 255 - color contains mainly: blue. Hex color #6061FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6061FF is #9F9E00. Grayscale: #727272. Windows color (decimal): -10460673 or 16736608. OLE color: 16736608.
HSL color Cylindrical-coordinate representation of color #6061FF: hue angle of 239.62º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6061FF is Cyan = 0.62, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 96 | 97 | 255 | - |
| CMYK | 0.62 | 0.62 | 0 | 0 |
| HSL | 239.62º | 1% | 0.69% | - |
| HSV(B) | 239.62º | 0.62% | 1% | - |
| XYZ | 27.15 | 18.26 | 96.7 | - |
| YUV | 114.71 | 207.17 | 114.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 97 | 255 | 0.62 | 0.62 | 0 | 0 | 239.62 | 1 | 0.69 |
| Hex | 60 | 61 | FF | 3E | 3E | 0 | 0 | F0 | 64 | 45 |
| Octal | 140 | 141 | 377 | 76 | 76 | 0 | 0 | 360 | 144 | 105 |
| Binary | 1100000 | 1100001 | 11111111 | 111110 | 111110 | 0 | 0 | 11110000 | 1100100 | 1000101 |
Color Harmonies of #6061FF
Complementary color
Monochromatic Colors of #6061FF
Black with #6061FF
Text Example
Text Example
White with #6061FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6061FF; }
p { color: rgb(96,97,255); }
H1.HeaderClassName
{
color: #6061FF;
}
.AnyTagClassName
{
color: #6061FF;
}
</style>
background-color css
<style>
a { background-color: #6061FF; }
a { background-color: rgb(96,97,255); }
div.DivClassName
{
background-color: #6061FF;
}
.BgClassName
{
background-color: #6061FF;
}
</style>
border-color css
<style>
span { border-color: #6061FF; }
span { border-color: rgb(96,97,255); }
td.TdClassName
{
border-color: #6061FF;
}
.TagClassName
{
border-color: #6061FF;
}
</style>