Shades of Neon Blue #6153FB
Tints of Neon Blue #6153FB
RGB
CMYK
RGB Variations
Color information
#6153FB (or 0x6153FB) is known color: Neon Blue. HEX triplet: 61, 53 and FB. RGB value is (97,83,251). Sum of RGB (Red+Green+Blue) = 97+83+251=431 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.51% from 431); Green value is 83 (32.81% from 255 or 19.26% from 431); Blue value is 251 (98.44% from 255 or 58.24% from 431); Max value from RGB is 251 - color contains mainly: blue. Hex color #6153FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6153FB is #9EAC04. Grayscale: #696969. Windows color (decimal): -10398725 or 16470881. OLE color: 16470881.
HSL color Cylindrical-coordinate representation of color #6153FB: hue angle of 245º degrees, saturation: 0.95, 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 #6153FB is Cyan = 0.61, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 97 | 83 | 251 | - |
| CMYK | 0.61 | 0.67 | 0 | 0.02 |
| HSL | 245º | 0.95% | 0.65% | - |
| HSV(B) | 245º | 0.67% | 0.98% | - |
| XYZ | 25.44 | 15.69 | 92.96 | - |
| YUV | 106.34 | 209.64 | 121.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 83 | 251 | 0.61 | 0.67 | 0 | 0.02 | 245 | 0.95 | 0.65 |
| Hex | 61 | 53 | FB | 3D | 43 | 0 | 2 | F5 | 5F | 41 |
| Octal | 141 | 123 | 373 | 75 | 103 | 0 | 2 | 365 | 137 | 101 |
| Binary | 1100001 | 1010011 | 11111011 | 111101 | 1000011 | 0 | 10 | 11110101 | 1011111 | 1000001 |
Color Harmonies of #6153FB
Complementary color
Monochromatic Colors of #6153FB
Black with #6153FB
Text Example
Text Example
White with #6153FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6153FB; }
p { color: rgb(97,83,251); }
H1.HeaderClassName
{
color: #6153FB;
}
.AnyTagClassName
{
color: #6153FB;
}
</style>
background-color css
<style>
a { background-color: #6153FB; }
a { background-color: rgb(97,83,251); }
div.DivClassName
{
background-color: #6153FB;
}
.BgClassName
{
background-color: #6153FB;
}
</style>
border-color css
<style>
span { border-color: #6153FB; }
span { border-color: rgb(97,83,251); }
td.TdClassName
{
border-color: #6153FB;
}
.TagClassName
{
border-color: #6153FB;
}
</style>