Shades of Neon Blue #6153FF
Tints of Neon Blue #6153FF
RGB
CMYK
RGB Variations
Color information
#6153FF (or 0x6153FF) is known color: Neon Blue. HEX triplet: 61, 53 and FF. RGB value is (97,83,255). Sum of RGB (Red+Green+Blue) = 97+83+255=435 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.30% from 435); Green value is 83 (32.81% from 255 or 19.08% from 435); Blue value is 255 (100% from 255 or 58.62% from 435); Max value from RGB is 255 - color contains mainly: blue. Hex color #6153FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6153FF is #9EAC00. Grayscale: #6A6A6A. Windows color (decimal): -10398721 or 16733025. OLE color: 16733025.
HSL color Cylindrical-coordinate representation of color #6153FF: hue angle of 244.88º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6153FF is Cyan = 0.62, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 97 | 83 | 255 | - |
| CMYK | 0.62 | 0.67 | 0 | 0 |
| HSL | 244.88º | 1% | 0.66% | - |
| HSV(B) | 244.88º | 0.67% | 1% | - |
| XYZ | 26.07 | 15.95 | 96.31 | - |
| YUV | 106.79 | 211.64 | 121.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 83 | 255 | 0.62 | 0.67 | 0 | 0 | 244.88 | 1 | 0.66 |
| Hex | 61 | 53 | FF | 3E | 43 | 0 | 0 | F5 | 64 | 42 |
| Octal | 141 | 123 | 377 | 76 | 103 | 0 | 0 | 365 | 144 | 102 |
| Binary | 1100001 | 1010011 | 11111111 | 111110 | 1000011 | 0 | 0 | 11110101 | 1100100 | 1000010 |
Color Harmonies of #6153FF
Complementary color
Monochromatic Colors of #6153FF
Black with #6153FF
Text Example
Text Example
White with #6153FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6153FF; }
p { color: rgb(97,83,255); }
H1.HeaderClassName
{
color: #6153FF;
}
.AnyTagClassName
{
color: #6153FF;
}
</style>
background-color css
<style>
a { background-color: #6153FF; }
a { background-color: rgb(97,83,255); }
div.DivClassName
{
background-color: #6153FF;
}
.BgClassName
{
background-color: #6153FF;
}
</style>
border-color css
<style>
span { border-color: #6153FF; }
span { border-color: rgb(97,83,255); }
td.TdClassName
{
border-color: #6153FF;
}
.TagClassName
{
border-color: #6153FF;
}
</style>