Shades of Neon Blue #6554F5
Tints of Neon Blue #6554F5
RGB
CMYK
RGB Variations
Color information
#6554F5 (or 0x6554F5) is known color: Neon Blue. HEX triplet: 65, 54 and F5. RGB value is (101,84,245). Sum of RGB (Red+Green+Blue) = 101+84+245=430 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.49% from 430); Green value is 84 (33.20% from 255 or 19.53% from 430); Blue value is 245 (96.09% from 255 or 56.98% from 430); Max value from RGB is 245 - color contains mainly: blue. Hex color #6554F5 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6554F5 is #9AAB0A. Grayscale: #6A6A6A. Windows color (decimal): -10136331 or 16077925. OLE color: 16077925.
HSL color Cylindrical-coordinate representation of color #6554F5: hue angle of 246.34º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6554F5 is Cyan = 0.59, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 101 | 84 | 245 | - |
| CMYK | 0.59 | 0.66 | 0 | 0.04 |
| HSL | 246.34º | 0.89% | 0.65% | - |
| HSV(B) | 246.34º | 0.66% | 0.96% | - |
| XYZ | 25.02 | 15.7 | 88.1 | - |
| YUV | 107.44 | 205.63 | 123.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 84 | 245 | 0.59 | 0.66 | 0 | 0.04 | 246.34 | 0.89 | 0.65 |
| Hex | 65 | 54 | F5 | 3B | 42 | 0 | 4 | F6 | 59 | 41 |
| Octal | 145 | 124 | 365 | 73 | 102 | 0 | 4 | 366 | 131 | 101 |
| Binary | 1100101 | 1010100 | 11110101 | 111011 | 1000010 | 0 | 100 | 11110110 | 1011001 | 1000001 |
Color Harmonies of #6554F5
Complementary color
Monochromatic Colors of #6554F5
Black with #6554F5
Text Example
Text Example
White with #6554F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6554F5; }
p { color: rgb(101,84,245); }
H1.HeaderClassName
{
color: #6554F5;
}
.AnyTagClassName
{
color: #6554F5;
}
</style>
background-color css
<style>
a { background-color: #6554F5; }
a { background-color: rgb(101,84,245); }
div.DivClassName
{
background-color: #6554F5;
}
.BgClassName
{
background-color: #6554F5;
}
</style>
border-color css
<style>
span { border-color: #6554F5; }
span { border-color: rgb(101,84,245); }
td.TdClassName
{
border-color: #6554F5;
}
.TagClassName
{
border-color: #6554F5;
}
</style>