Shades of Neon Blue #6260FF
Tints of Neon Blue #6260FF
RGB
CMYK
RGB Variations
Color information
#6260FF (or 0x6260FF) is known color: Neon Blue. HEX triplet: 62, 60 and FF. RGB value is (98,96,255). Sum of RGB (Red+Green+Blue) = 98+96+255=449 (59% of max value = 765). Red value is 98 (38.67% from 255 or 21.83% from 449); Green value is 96 (37.89% from 255 or 21.38% from 449); Blue value is 255 (100% from 255 or 56.79% from 449); Max value from RGB is 255 - color contains mainly: blue. Hex color #6260FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6260FF is #9D9F00. Grayscale: #727272. Windows color (decimal): -10329857 or 16736354. OLE color: 16736354.
HSL color Cylindrical-coordinate representation of color #6260FF: hue angle of 240.75º 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 #6260FF is Cyan = 0.62, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 98 | 96 | 255 | - |
| CMYK | 0.62 | 0.62 | 0 | 0 |
| HSL | 240.75º | 1% | 0.69% | - |
| HSV(B) | 240.75º | 0.62% | 1% | - |
| XYZ | 27.27 | 18.18 | 96.68 | - |
| YUV | 114.72 | 207.16 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 96 | 255 | 0.62 | 0.62 | 0 | 0 | 240.75 | 1 | 0.69 |
| Hex | 62 | 60 | FF | 3E | 3E | 0 | 0 | F1 | 64 | 45 |
| Octal | 142 | 140 | 377 | 76 | 76 | 0 | 0 | 361 | 144 | 105 |
| Binary | 1100010 | 1100000 | 11111111 | 111110 | 111110 | 0 | 0 | 11110001 | 1100100 | 1000101 |
Color Harmonies of #6260FF
Complementary color
Monochromatic Colors of #6260FF
Black with #6260FF
Text Example
Text Example
White with #6260FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6260FF; }
p { color: rgb(98,96,255); }
H1.HeaderClassName
{
color: #6260FF;
}
.AnyTagClassName
{
color: #6260FF;
}
</style>
background-color css
<style>
a { background-color: #6260FF; }
a { background-color: rgb(98,96,255); }
div.DivClassName
{
background-color: #6260FF;
}
.BgClassName
{
background-color: #6260FF;
}
</style>
border-color css
<style>
span { border-color: #6260FF; }
span { border-color: rgb(98,96,255); }
td.TdClassName
{
border-color: #6260FF;
}
.TagClassName
{
border-color: #6260FF;
}
</style>