Shades of Neon Blue #6455F0
Tints of Neon Blue #6455F0
RGB
CMYK
RGB Variations
Color information
#6455F0 (or 0x6455F0) is known color: Neon Blue. HEX triplet: 64, 55 and F0. RGB value is (100,85,240). Sum of RGB (Red+Green+Blue) = 100+85+240=425 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.53% from 425); Green value is 85 (33.59% from 255 or 20% from 425); Blue value is 240 (94.14% from 255 or 56.47% from 425); Max value from RGB is 240 - color contains mainly: blue. Hex color #6455F0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6455F0 is #9BAA0F. Grayscale: #6A6A6A. Windows color (decimal): -10201616 or 15750500. OLE color: 15750500.
HSL color Cylindrical-coordinate representation of color #6455F0: hue angle of 245.81º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6455F0 is Cyan = 0.58, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 100 | 85 | 240 | - |
| CMYK | 0.58 | 0.65 | 0 | 0.06 |
| HSL | 245.81º | 0.84% | 0.64% | - |
| HSV(B) | 245.81º | 0.65% | 0.94% | - |
| XYZ | 24.23 | 15.5 | 84.15 | - |
| YUV | 107.16 | 202.97 | 122.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 85 | 240 | 0.58 | 0.65 | 0 | 0.06 | 245.81 | 0.84 | 0.64 |
| Hex | 64 | 55 | F0 | 3A | 41 | 0 | 6 | F6 | 54 | 40 |
| Octal | 144 | 125 | 360 | 72 | 101 | 0 | 6 | 366 | 124 | 100 |
| Binary | 1100100 | 1010101 | 11110000 | 111010 | 1000001 | 0 | 110 | 11110110 | 1010100 | 1000000 |
Color Harmonies of #6455F0
Complementary color
Monochromatic Colors of #6455F0
Black with #6455F0
Text Example
Text Example
White with #6455F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6455F0; }
p { color: rgb(100,85,240); }
H1.HeaderClassName
{
color: #6455F0;
}
.AnyTagClassName
{
color: #6455F0;
}
</style>
background-color css
<style>
a { background-color: #6455F0; }
a { background-color: rgb(100,85,240); }
div.DivClassName
{
background-color: #6455F0;
}
.BgClassName
{
background-color: #6455F0;
}
</style>
border-color css
<style>
span { border-color: #6455F0; }
span { border-color: rgb(100,85,240); }
td.TdClassName
{
border-color: #6455F0;
}
.TagClassName
{
border-color: #6455F0;
}
</style>