Shades of Neon Blue #6254FF
Tints of Neon Blue #6254FF
RGB
CMYK
RGB Variations
Color information
#6254FF (or 0x6254FF) is known color: Neon Blue. HEX triplet: 62, 54 and FF. RGB value is (98,84,255). Sum of RGB (Red+Green+Blue) = 98+84+255=437 (57% of max value = 765). Red value is 98 (38.67% from 255 or 22.43% from 437); Green value is 84 (33.20% from 255 or 19.22% from 437); Blue value is 255 (100% from 255 or 58.35% from 437); Max value from RGB is 255 - color contains mainly: blue. Hex color #6254FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6254FF is #9DAB00. Grayscale: #6B6B6B. Windows color (decimal): -10332929 or 16733282. OLE color: 16733282.
HSL color Cylindrical-coordinate representation of color #6254FF: hue angle of 244.91º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6254FF is Cyan = 0.62, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 98 | 84 | 255 | - |
| CMYK | 0.62 | 0.67 | 0 | 0 |
| HSL | 244.91º | 1% | 0.66% | - |
| HSV(B) | 244.91º | 0.67% | 1% | - |
| XYZ | 26.26 | 16.16 | 96.34 | - |
| YUV | 107.68 | 211.14 | 121.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 84 | 255 | 0.62 | 0.67 | 0 | 0 | 244.91 | 1 | 0.66 |
| Hex | 62 | 54 | FF | 3E | 43 | 0 | 0 | F5 | 64 | 42 |
| Octal | 142 | 124 | 377 | 76 | 103 | 0 | 0 | 365 | 144 | 102 |
| Binary | 1100010 | 1010100 | 11111111 | 111110 | 1000011 | 0 | 0 | 11110101 | 1100100 | 1000010 |
Color Harmonies of #6254FF
Complementary color
Monochromatic Colors of #6254FF
Black with #6254FF
Text Example
Text Example
White with #6254FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6254FF; }
p { color: rgb(98,84,255); }
H1.HeaderClassName
{
color: #6254FF;
}
.AnyTagClassName
{
color: #6254FF;
}
</style>
background-color css
<style>
a { background-color: #6254FF; }
a { background-color: rgb(98,84,255); }
div.DivClassName
{
background-color: #6254FF;
}
.BgClassName
{
background-color: #6254FF;
}
</style>
border-color css
<style>
span { border-color: #6254FF; }
span { border-color: rgb(98,84,255); }
td.TdClassName
{
border-color: #6254FF;
}
.TagClassName
{
border-color: #6254FF;
}
</style>