Shades of Neon Blue #6153F3
Tints of Neon Blue #6153F3
RGB
CMYK
RGB Variations
Color information
#6153F3 (or 0x6153F3) is known color: Neon Blue. HEX triplet: 61, 53 and F3. RGB value is (97,83,243). Sum of RGB (Red+Green+Blue) = 97+83+243=423 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.93% from 423); Green value is 83 (32.81% from 255 or 19.62% from 423); Blue value is 243 (95.31% from 255 or 57.45% from 423); Max value from RGB is 243 - color contains mainly: blue. Hex color #6153F3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6153F3 is #9EAC0C. Grayscale: #686868. Windows color (decimal): -10398733 or 15946593. OLE color: 15946593.
HSL color Cylindrical-coordinate representation of color #6153F3: hue angle of 245.25º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6153F3 is Cyan = 0.60, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 97 | 83 | 243 | - |
| CMYK | 0.60 | 0.66 | 0 | 0.05 |
| HSL | 245.25º | 0.87% | 0.64% | - |
| HSV(B) | 245.25º | 0.66% | 0.95% | - |
| XYZ | 24.2 | 15.2 | 86.45 | - |
| YUV | 105.43 | 205.64 | 121.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 83 | 243 | 0.60 | 0.66 | 0 | 0.05 | 245.25 | 0.87 | 0.64 |
| Hex | 61 | 53 | F3 | 3C | 42 | 0 | 5 | F5 | 57 | 40 |
| Octal | 141 | 123 | 363 | 74 | 102 | 0 | 5 | 365 | 127 | 100 |
| Binary | 1100001 | 1010011 | 11110011 | 111100 | 1000010 | 0 | 101 | 11110101 | 1010111 | 1000000 |
Color Harmonies of #6153F3
Complementary color
Monochromatic Colors of #6153F3
Black with #6153F3
Text Example
Text Example
White with #6153F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6153F3; }
p { color: rgb(97,83,243); }
H1.HeaderClassName
{
color: #6153F3;
}
.AnyTagClassName
{
color: #6153F3;
}
</style>
background-color css
<style>
a { background-color: #6153F3; }
a { background-color: rgb(97,83,243); }
div.DivClassName
{
background-color: #6153F3;
}
.BgClassName
{
background-color: #6153F3;
}
</style>
border-color css
<style>
span { border-color: #6153F3; }
span { border-color: rgb(97,83,243); }
td.TdClassName
{
border-color: #6153F3;
}
.TagClassName
{
border-color: #6153F3;
}
</style>