Shades of Neon Blue #6458F6
Tints of Neon Blue #6458F6
RGB
CMYK
RGB Variations
Color information
#6458F6 (or 0x6458F6) is known color: Neon Blue. HEX triplet: 64, 58 and F6. RGB value is (100,88,246). Sum of RGB (Red+Green+Blue) = 100+88+246=434 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.04% from 434); Green value is 88 (34.77% from 255 or 20.28% from 434); Blue value is 246 (96.48% from 255 or 56.68% from 434); Max value from RGB is 246 - color contains mainly: blue. Hex color #6458F6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6458F6 is #9BA709. Grayscale: #6C6C6C. Windows color (decimal): -10200842 or 16144484. OLE color: 16144484.
HSL color Cylindrical-coordinate representation of color #6458F6: hue angle of 244.56º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6458F6 is Cyan = 0.59, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 100 | 88 | 246 | - |
| CMYK | 0.59 | 0.64 | 0 | 0.04 |
| HSL | 244.56º | 0.9% | 0.65% | - |
| HSV(B) | 244.56º | 0.64% | 0.96% | - |
| XYZ | 25.38 | 16.34 | 89.01 | - |
| YUV | 109.6 | 204.98 | 121.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 88 | 246 | 0.59 | 0.64 | 0 | 0.04 | 244.56 | 0.9 | 0.65 |
| Hex | 64 | 58 | F6 | 3B | 40 | 0 | 4 | F5 | 5A | 41 |
| Octal | 144 | 130 | 366 | 73 | 100 | 0 | 4 | 365 | 132 | 101 |
| Binary | 1100100 | 1011000 | 11110110 | 111011 | 1000000 | 0 | 100 | 11110101 | 1011010 | 1000001 |
Color Harmonies of #6458F6
Complementary color
Monochromatic Colors of #6458F6
Black with #6458F6
Text Example
Text Example
White with #6458F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6458F6; }
p { color: rgb(100,88,246); }
H1.HeaderClassName
{
color: #6458F6;
}
.AnyTagClassName
{
color: #6458F6;
}
</style>
background-color css
<style>
a { background-color: #6458F6; }
a { background-color: rgb(100,88,246); }
div.DivClassName
{
background-color: #6458F6;
}
.BgClassName
{
background-color: #6458F6;
}
</style>
border-color css
<style>
span { border-color: #6458F6; }
span { border-color: rgb(100,88,246); }
td.TdClassName
{
border-color: #6458F6;
}
.TagClassName
{
border-color: #6458F6;
}
</style>