Shades of Neon Blue #6155F1
Tints of Neon Blue #6155F1
RGB
CMYK
RGB Variations
Color information
#6155F1 (or 0x6155F1) is known color: Neon Blue. HEX triplet: 61, 55 and F1. RGB value is (97,85,241). Sum of RGB (Red+Green+Blue) = 97+85+241=423 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.93% from 423); Green value is 85 (33.59% from 255 or 20.09% 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 #6155F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6155F1 is #9EAA0E. Grayscale: #696969. Windows color (decimal): -10398223 or 15816033. OLE color: 15816033.
HSL color Cylindrical-coordinate representation of color #6155F1: hue angle of 244.62º 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 #6155F1 is Cyan = 0.60, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 97 | 85 | 241 | - |
| CMYK | 0.60 | 0.65 | 0 | 0.05 |
| HSL | 244.62º | 0.85% | 0.64% | - |
| HSV(B) | 244.62º | 0.65% | 0.95% | - |
| XYZ | 24.06 | 15.39 | 84.92 | - |
| YUV | 106.37 | 203.98 | 121.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 85 | 241 | 0.60 | 0.65 | 0 | 0.05 | 244.62 | 0.85 | 0.64 |
| Hex | 61 | 55 | F1 | 3C | 41 | 0 | 5 | F5 | 55 | 40 |
| Octal | 141 | 125 | 361 | 74 | 101 | 0 | 5 | 365 | 125 | 100 |
| Binary | 1100001 | 1010101 | 11110001 | 111100 | 1000001 | 0 | 101 | 11110101 | 1010101 | 1000000 |
Color Harmonies of #6155F1
Complementary color
Monochromatic Colors of #6155F1
Black with #6155F1
Text Example
Text Example
White with #6155F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6155F1; }
p { color: rgb(97,85,241); }
H1.HeaderClassName
{
color: #6155F1;
}
.AnyTagClassName
{
color: #6155F1;
}
</style>
background-color css
<style>
a { background-color: #6155F1; }
a { background-color: rgb(97,85,241); }
div.DivClassName
{
background-color: #6155F1;
}
.BgClassName
{
background-color: #6155F1;
}
</style>
border-color css
<style>
span { border-color: #6155F1; }
span { border-color: rgb(97,85,241); }
td.TdClassName
{
border-color: #6155F1;
}
.TagClassName
{
border-color: #6155F1;
}
</style>