Shades of Neon Blue #6458F3
Tints of Neon Blue #6458F3
RGB
CMYK
RGB Variations
Color information
#6458F3 (or 0x6458F3) is known color: Neon Blue. HEX triplet: 64, 58 and F3. RGB value is (100,88,243). Sum of RGB (Red+Green+Blue) = 100+88+243=431 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.20% from 431); Green value is 88 (34.77% from 255 or 20.42% from 431); Blue value is 243 (95.31% from 255 or 56.38% from 431); Max value from RGB is 243 - color contains mainly: blue. Hex color #6458F3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6458F3 is #9BA70C. Grayscale: #6C6C6C. Windows color (decimal): -10200845 or 15947876. OLE color: 15947876.
HSL color Cylindrical-coordinate representation of color #6458F3: hue angle of 244.65º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6458F3 is Cyan = 0.59, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 100 | 88 | 243 | - |
| CMYK | 0.59 | 0.64 | 0 | 0.05 |
| HSL | 244.65º | 0.87% | 0.65% | - |
| HSV(B) | 244.65º | 0.64% | 0.95% | - |
| XYZ | 24.92 | 16.16 | 86.6 | - |
| YUV | 109.26 | 203.48 | 121.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 88 | 243 | 0.59 | 0.64 | 0 | 0.05 | 244.65 | 0.87 | 0.65 |
| Hex | 64 | 58 | F3 | 3B | 40 | 0 | 5 | F5 | 57 | 41 |
| Octal | 144 | 130 | 363 | 73 | 100 | 0 | 5 | 365 | 127 | 101 |
| Binary | 1100100 | 1011000 | 11110011 | 111011 | 1000000 | 0 | 101 | 11110101 | 1010111 | 1000001 |
Color Harmonies of #6458F3
Complementary color
Monochromatic Colors of #6458F3
Black with #6458F3
Text Example
Text Example
White with #6458F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6458F3; }
p { color: rgb(100,88,243); }
H1.HeaderClassName
{
color: #6458F3;
}
.AnyTagClassName
{
color: #6458F3;
}
</style>
background-color css
<style>
a { background-color: #6458F3; }
a { background-color: rgb(100,88,243); }
div.DivClassName
{
background-color: #6458F3;
}
.BgClassName
{
background-color: #6458F3;
}
</style>
border-color css
<style>
span { border-color: #6458F3; }
span { border-color: rgb(100,88,243); }
td.TdClassName
{
border-color: #6458F3;
}
.TagClassName
{
border-color: #6458F3;
}
</style>