Shades of Neon Blue #6153FA
Tints of Neon Blue #6153FA
RGB
CMYK
RGB Variations
Color information
#6153FA (or 0x6153FA) is known color: Neon Blue. HEX triplet: 61, 53 and FA. RGB value is (97,83,250). Sum of RGB (Red+Green+Blue) = 97+83+250=430 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.56% from 430); Green value is 83 (32.81% from 255 or 19.30% from 430); Blue value is 250 (98.05% from 255 or 58.14% from 430); Max value from RGB is 250 - color contains mainly: blue. Hex color #6153FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6153FA is #9EAC05. Grayscale: #696969. Windows color (decimal): -10398726 or 16405345. OLE color: 16405345.
HSL color Cylindrical-coordinate representation of color #6153FA: hue angle of 245.03º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6153FA is Cyan = 0.61, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 97 | 83 | 250 | - |
| CMYK | 0.61 | 0.67 | 0 | 0.02 |
| HSL | 245.03º | 0.94% | 0.65% | - |
| HSV(B) | 245.03º | 0.67% | 0.98% | - |
| XYZ | 25.28 | 15.63 | 92.13 | - |
| YUV | 106.22 | 209.14 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 83 | 250 | 0.61 | 0.67 | 0 | 0.02 | 245.03 | 0.94 | 0.65 |
| Hex | 61 | 53 | FA | 3D | 43 | 0 | 2 | F5 | 5E | 41 |
| Octal | 141 | 123 | 372 | 75 | 103 | 0 | 2 | 365 | 136 | 101 |
| Binary | 1100001 | 1010011 | 11111010 | 111101 | 1000011 | 0 | 10 | 11110101 | 1011110 | 1000001 |
Color Harmonies of #6153FA
Complementary color
Monochromatic Colors of #6153FA
Black with #6153FA
Text Example
Text Example
White with #6153FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6153FA; }
p { color: rgb(97,83,250); }
H1.HeaderClassName
{
color: #6153FA;
}
.AnyTagClassName
{
color: #6153FA;
}
</style>
background-color css
<style>
a { background-color: #6153FA; }
a { background-color: rgb(97,83,250); }
div.DivClassName
{
background-color: #6153FA;
}
.BgClassName
{
background-color: #6153FA;
}
</style>
border-color css
<style>
span { border-color: #6153FA; }
span { border-color: rgb(97,83,250); }
td.TdClassName
{
border-color: #6153FA;
}
.TagClassName
{
border-color: #6153FA;
}
</style>