Shades of Neon Blue #6155FD
Tints of Neon Blue #6155FD
RGB
CMYK
RGB Variations
Color information
#6155FD (or 0x6155FD) is known color: Neon Blue. HEX triplet: 61, 55 and FD. RGB value is (97,85,253). Sum of RGB (Red+Green+Blue) = 97+85+253=435 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.30% from 435); Green value is 85 (33.59% from 255 or 19.54% from 435); Blue value is 253 (99.22% from 255 or 58.16% from 435); Max value from RGB is 253 - color contains mainly: blue. Hex color #6155FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6155FD is #9EAA02. Grayscale: #6B6B6B. Windows color (decimal): -10398211 or 16602465. OLE color: 16602465.
HSL color Cylindrical-coordinate representation of color #6155FD: hue angle of 244.29º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6155FD is Cyan = 0.62, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 97 | 85 | 253 | - |
| CMYK | 0.62 | 0.66 | 0 | 0.01 |
| HSL | 244.29º | 0.98% | 0.66% | - |
| HSV(B) | 244.29º | 0.66% | 0.99% | - |
| XYZ | 25.91 | 16.13 | 94.68 | - |
| YUV | 107.74 | 209.98 | 120.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 85 | 253 | 0.62 | 0.66 | 0 | 0.01 | 244.29 | 0.98 | 0.66 |
| Hex | 61 | 55 | FD | 3E | 42 | 0 | 1 | F4 | 62 | 42 |
| Octal | 141 | 125 | 375 | 76 | 102 | 0 | 1 | 364 | 142 | 102 |
| Binary | 1100001 | 1010101 | 11111101 | 111110 | 1000010 | 0 | 1 | 11110100 | 1100010 | 1000010 |
Color Harmonies of #6155FD
Complementary color
Monochromatic Colors of #6155FD
Black with #6155FD
Text Example
Text Example
White with #6155FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6155FD; }
p { color: rgb(97,85,253); }
H1.HeaderClassName
{
color: #6155FD;
}
.AnyTagClassName
{
color: #6155FD;
}
</style>
background-color css
<style>
a { background-color: #6155FD; }
a { background-color: rgb(97,85,253); }
div.DivClassName
{
background-color: #6155FD;
}
.BgClassName
{
background-color: #6155FD;
}
</style>
border-color css
<style>
span { border-color: #6155FD; }
span { border-color: rgb(97,85,253); }
td.TdClassName
{
border-color: #6155FD;
}
.TagClassName
{
border-color: #6155FD;
}
</style>