Shades of Neon Blue #6255FA
Tints of Neon Blue #6255FA
RGB
CMYK
RGB Variations
Color information
#6255FA (or 0x6255FA) is known color: Neon Blue. HEX triplet: 62, 55 and FA. RGB value is (98,85,250). Sum of RGB (Red+Green+Blue) = 98+85+250=433 (57% of max value = 765). Red value is 98 (38.67% from 255 or 22.63% from 433); Green value is 85 (33.59% from 255 or 19.63% from 433); Blue value is 250 (98.05% from 255 or 57.74% from 433); Max value from RGB is 250 - color contains mainly: blue. Hex color #6255FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6255FA is #9DAA05. Grayscale: #6B6B6B. Windows color (decimal): -10332678 or 16405858. OLE color: 16405858.
HSL color Cylindrical-coordinate representation of color #6255FA: hue angle of 244.73º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6255FA is Cyan = 0.61, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 98 | 85 | 250 | - |
| CMYK | 0.61 | 0.66 | 0 | 0.02 |
| HSL | 244.73º | 0.94% | 0.66% | - |
| HSV(B) | 244.73º | 0.66% | 0.98% | - |
| XYZ | 25.54 | 16 | 92.18 | - |
| YUV | 107.7 | 208.31 | 121.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 85 | 250 | 0.61 | 0.66 | 0 | 0.02 | 244.73 | 0.94 | 0.66 |
| Hex | 62 | 55 | FA | 3D | 42 | 0 | 2 | F5 | 5E | 42 |
| Octal | 142 | 125 | 372 | 75 | 102 | 0 | 2 | 365 | 136 | 102 |
| Binary | 1100010 | 1010101 | 11111010 | 111101 | 1000010 | 0 | 10 | 11110101 | 1011110 | 1000010 |
Color Harmonies of #6255FA
Complementary color
Monochromatic Colors of #6255FA
Black with #6255FA
Text Example
Text Example
White with #6255FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6255FA; }
p { color: rgb(98,85,250); }
H1.HeaderClassName
{
color: #6255FA;
}
.AnyTagClassName
{
color: #6255FA;
}
</style>
background-color css
<style>
a { background-color: #6255FA; }
a { background-color: rgb(98,85,250); }
div.DivClassName
{
background-color: #6255FA;
}
.BgClassName
{
background-color: #6255FA;
}
</style>
border-color css
<style>
span { border-color: #6255FA; }
span { border-color: rgb(98,85,250); }
td.TdClassName
{
border-color: #6255FA;
}
.TagClassName
{
border-color: #6255FA;
}
</style>