Shades of Neon Blue #6262FA
Tints of Neon Blue #6262FA
RGB
CMYK
RGB Variations
Color information
#6262FA (or 0x6262FA) is known color: Neon Blue. HEX triplet: 62, 62 and FA. RGB value is (98,98,250). Sum of RGB (Red+Green+Blue) = 98+98+250=446 (59% of max value = 765). Red value is 98 (38.67% from 255 or 21.97% from 446); Green value is 98 (38.67% from 255 or 21.97% from 446); Blue value is 250 (98.05% from 255 or 56.05% from 446); Max value from RGB is 250 - color contains mainly: blue. Hex color #6262FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6262FA is #9D9D05. Grayscale: #727272. Windows color (decimal): -10329350 or 16409186. OLE color: 16409186.
HSL color Cylindrical-coordinate representation of color #6262FA: hue angle of 240º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6262FA is Cyan = 0.61, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 98 | 98 | 250 | - |
| CMYK | 0.61 | 0.61 | 0 | 0.02 |
| HSL | 240º | 0.94% | 0.68% | - |
| HSV(B) | 240º | 0.61% | 0.98% | - |
| XYZ | 26.66 | 18.23 | 92.56 | - |
| YUV | 115.33 | 204 | 115.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 98 | 250 | 0.61 | 0.61 | 0 | 0.02 | 240 | 0.94 | 0.68 |
| Hex | 62 | 62 | FA | 3D | 3D | 0 | 2 | F0 | 5E | 44 |
| Octal | 142 | 142 | 372 | 75 | 75 | 0 | 2 | 360 | 136 | 104 |
| Binary | 1100010 | 1100010 | 11111010 | 111101 | 111101 | 0 | 10 | 11110000 | 1011110 | 1000100 |
Color Harmonies of #6262FA
Complementary color
Monochromatic Colors of #6262FA
Black with #6262FA
Text Example
Text Example
White with #6262FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6262FA; }
p { color: rgb(98,98,250); }
H1.HeaderClassName
{
color: #6262FA;
}
.AnyTagClassName
{
color: #6262FA;
}
</style>
background-color css
<style>
a { background-color: #6262FA; }
a { background-color: rgb(98,98,250); }
div.DivClassName
{
background-color: #6262FA;
}
.BgClassName
{
background-color: #6262FA;
}
</style>
border-color css
<style>
span { border-color: #6262FA; }
span { border-color: rgb(98,98,250); }
td.TdClassName
{
border-color: #6262FA;
}
.TagClassName
{
border-color: #6262FA;
}
</style>