Shades of Neon Blue #6260FD
Tints of Neon Blue #6260FD
RGB
CMYK
RGB Variations
Color information
#6260FD (or 0x6260FD) is known color: Neon Blue. HEX triplet: 62, 60 and FD. RGB value is (98,96,253). Sum of RGB (Red+Green+Blue) = 98+96+253=447 (59% of max value = 765). Red value is 98 (38.67% from 255 or 21.92% from 447); Green value is 96 (37.89% from 255 or 21.48% from 447); Blue value is 253 (99.22% from 255 or 56.60% from 447); Max value from RGB is 253 - color contains mainly: blue. Hex color #6260FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6260FD is #9D9F02. Grayscale: #717171. Windows color (decimal): -10329859 or 16605282. OLE color: 16605282.
HSL color Cylindrical-coordinate representation of color #6260FD: hue angle of 240.76º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6260FD is Cyan = 0.61, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 98 | 96 | 253 | - |
| CMYK | 0.61 | 0.62 | 0 | 0.01 |
| HSL | 240.76º | 0.98% | 0.68% | - |
| HSV(B) | 240.76º | 0.62% | 0.99% | - |
| XYZ | 26.95 | 18.05 | 94.99 | - |
| YUV | 114.5 | 206.16 | 116.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 96 | 253 | 0.61 | 0.62 | 0 | 0.01 | 240.76 | 0.98 | 0.68 |
| Hex | 62 | 60 | FD | 3D | 3E | 0 | 1 | F1 | 62 | 44 |
| Octal | 142 | 140 | 375 | 75 | 76 | 0 | 1 | 361 | 142 | 104 |
| Binary | 1100010 | 1100000 | 11111101 | 111101 | 111110 | 0 | 1 | 11110001 | 1100010 | 1000100 |
Color Harmonies of #6260FD
Complementary color
Monochromatic Colors of #6260FD
Black with #6260FD
Text Example
Text Example
White with #6260FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6260FD; }
p { color: rgb(98,96,253); }
H1.HeaderClassName
{
color: #6260FD;
}
.AnyTagClassName
{
color: #6260FD;
}
</style>
background-color css
<style>
a { background-color: #6260FD; }
a { background-color: rgb(98,96,253); }
div.DivClassName
{
background-color: #6260FD;
}
.BgClassName
{
background-color: #6260FD;
}
</style>
border-color css
<style>
span { border-color: #6260FD; }
span { border-color: rgb(98,96,253); }
td.TdClassName
{
border-color: #6260FD;
}
.TagClassName
{
border-color: #6260FD;
}
</style>