Shades of Neon Blue #6252FF
Tints of Neon Blue #6252FF
RGB
CMYK
RGB Variations
Color information
#6252FF (or 0x6252FF) is known color: Neon Blue. HEX triplet: 62, 52 and FF. RGB value is (98,82,255). Sum of RGB (Red+Green+Blue) = 98+82+255=435 (57% of max value = 765). Red value is 98 (38.67% from 255 or 22.53% from 435); Green value is 82 (32.42% from 255 or 18.85% from 435); Blue value is 255 (100% from 255 or 58.62% from 435); Max value from RGB is 255 - color contains mainly: blue. Hex color #6252FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6252FF is #9DAD00. Grayscale: #696969. Windows color (decimal): -10333441 or 16732770. OLE color: 16732770.
HSL color Cylindrical-coordinate representation of color #6252FF: hue angle of 245.55º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6252FF is Cyan = 0.62, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 98 | 82 | 255 | - |
| CMYK | 0.62 | 0.68 | 0 | 0 |
| HSL | 245.55º | 1% | 0.66% | - |
| HSV(B) | 245.55º | 0.68% | 1% | - |
| XYZ | 26.1 | 15.85 | 96.29 | - |
| YUV | 106.51 | 211.8 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 82 | 255 | 0.62 | 0.68 | 0 | 0 | 245.55 | 1 | 0.66 |
| Hex | 62 | 52 | FF | 3E | 44 | 0 | 0 | F6 | 64 | 42 |
| Octal | 142 | 122 | 377 | 76 | 104 | 0 | 0 | 366 | 144 | 102 |
| Binary | 1100010 | 1010010 | 11111111 | 111110 | 1000100 | 0 | 0 | 11110110 | 1100100 | 1000010 |
Color Harmonies of #6252FF
Complementary color
Monochromatic Colors of #6252FF
Black with #6252FF
Text Example
Text Example
White with #6252FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6252FF; }
p { color: rgb(98,82,255); }
H1.HeaderClassName
{
color: #6252FF;
}
.AnyTagClassName
{
color: #6252FF;
}
</style>
background-color css
<style>
a { background-color: #6252FF; }
a { background-color: rgb(98,82,255); }
div.DivClassName
{
background-color: #6252FF;
}
.BgClassName
{
background-color: #6252FF;
}
</style>
border-color css
<style>
span { border-color: #6252FF; }
span { border-color: rgb(98,82,255); }
td.TdClassName
{
border-color: #6252FF;
}
.TagClassName
{
border-color: #6252FF;
}
</style>