Shades of Neon Blue #6254F1
Tints of Neon Blue #6254F1
RGB
CMYK
RGB Variations
Color information
#6254F1 (or 0x6254F1) is known color: Neon Blue. HEX triplet: 62, 54 and F1. RGB value is (98,84,241). Sum of RGB (Red+Green+Blue) = 98+84+241=423 (56% of max value = 765). Red value is 98 (38.67% from 255 or 23.17% from 423); Green value is 84 (33.20% from 255 or 19.86% from 423); Blue value is 241 (94.53% from 255 or 56.97% from 423); Max value from RGB is 241 - color contains mainly: blue. Hex color #6254F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6254F1 is #9DAB0E. Grayscale: #696969. Windows color (decimal): -10332943 or 15815778. OLE color: 15815778.
HSL color Cylindrical-coordinate representation of color #6254F1: hue angle of 245.35º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6254F1 is Cyan = 0.59, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 98 | 84 | 241 | - |
| CMYK | 0.59 | 0.65 | 0 | 0.05 |
| HSL | 245.35º | 0.85% | 0.64% | - |
| HSV(B) | 245.35º | 0.65% | 0.95% | - |
| XYZ | 24.08 | 15.29 | 84.9 | - |
| YUV | 106.08 | 204.14 | 122.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 84 | 241 | 0.59 | 0.65 | 0 | 0.05 | 245.35 | 0.85 | 0.64 |
| Hex | 62 | 54 | F1 | 3B | 41 | 0 | 5 | F5 | 55 | 40 |
| Octal | 142 | 124 | 361 | 73 | 101 | 0 | 5 | 365 | 125 | 100 |
| Binary | 1100010 | 1010100 | 11110001 | 111011 | 1000001 | 0 | 101 | 11110101 | 1010101 | 1000000 |
Color Harmonies of #6254F1
Complementary color
Monochromatic Colors of #6254F1
Black with #6254F1
Text Example
Text Example
White with #6254F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6254F1; }
p { color: rgb(98,84,241); }
H1.HeaderClassName
{
color: #6254F1;
}
.AnyTagClassName
{
color: #6254F1;
}
</style>
background-color css
<style>
a { background-color: #6254F1; }
a { background-color: rgb(98,84,241); }
div.DivClassName
{
background-color: #6254F1;
}
.BgClassName
{
background-color: #6254F1;
}
</style>
border-color css
<style>
span { border-color: #6254F1; }
span { border-color: rgb(98,84,241); }
td.TdClassName
{
border-color: #6254F1;
}
.TagClassName
{
border-color: #6254F1;
}
</style>