Shades of Neon Blue #6260FC
Tints of Neon Blue #6260FC
RGB
CMYK
RGB Variations
Color information
#6260FC (or 0x6260FC) is known color: Neon Blue. HEX triplet: 62, 60 and FC. RGB value is (98,96,252). Sum of RGB (Red+Green+Blue) = 98+96+252=446 (59% of max value = 765). Red value is 98 (38.67% from 255 or 21.97% from 446); Green value is 96 (37.89% from 255 or 21.52% from 446); Blue value is 252 (98.83% from 255 or 56.50% from 446); Max value from RGB is 252 - color contains mainly: blue. Hex color #6260FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6260FC is #9D9F03. Grayscale: #717171. Windows color (decimal): -10329860 or 16539746. OLE color: 16539746.
HSL color Cylindrical-coordinate representation of color #6260FC: hue angle of 240.77º degrees, saturation: 0.96, 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 #6260FC is Cyan = 0.61, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 98 | 96 | 252 | - |
| CMYK | 0.61 | 0.62 | 0 | 0.01 |
| HSL | 240.77º | 0.96% | 0.68% | - |
| HSV(B) | 240.77º | 0.62% | 0.99% | - |
| XYZ | 26.79 | 17.99 | 94.16 | - |
| YUV | 114.38 | 205.66 | 116.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 96 | 252 | 0.61 | 0.62 | 0 | 0.01 | 240.77 | 0.96 | 0.68 |
| Hex | 62 | 60 | FC | 3D | 3E | 0 | 1 | F1 | 60 | 44 |
| Octal | 142 | 140 | 374 | 75 | 76 | 0 | 1 | 361 | 140 | 104 |
| Binary | 1100010 | 1100000 | 11111100 | 111101 | 111110 | 0 | 1 | 11110001 | 1100000 | 1000100 |
Color Harmonies of #6260FC
Complementary color
Monochromatic Colors of #6260FC
Black with #6260FC
Text Example
Text Example
White with #6260FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6260FC; }
p { color: rgb(98,96,252); }
H1.HeaderClassName
{
color: #6260FC;
}
.AnyTagClassName
{
color: #6260FC;
}
</style>
background-color css
<style>
a { background-color: #6260FC; }
a { background-color: rgb(98,96,252); }
div.DivClassName
{
background-color: #6260FC;
}
.BgClassName
{
background-color: #6260FC;
}
</style>
border-color css
<style>
span { border-color: #6260FC; }
span { border-color: rgb(98,96,252); }
td.TdClassName
{
border-color: #6260FC;
}
.TagClassName
{
border-color: #6260FC;
}
</style>