Shades of Neon Blue #6151FA
Tints of Neon Blue #6151FA
RGB
CMYK
RGB Variations
Color information
#6151FA (or 0x6151FA) is known color: Neon Blue. HEX triplet: 61, 51 and FA. RGB value is (97,81,250). Sum of RGB (Red+Green+Blue) = 97+81+250=428 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.66% from 428); Green value is 81 (32.03% from 255 or 18.93% from 428); Blue value is 250 (98.05% from 255 or 58.41% from 428); Max value from RGB is 250 - color contains mainly: blue. Hex color #6151FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6151FA is #9EAE05. Grayscale: #686868. Windows color (decimal): -10399238 or 16404833. OLE color: 16404833.
HSL color Cylindrical-coordinate representation of color #6151FA: hue angle of 245.68º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6151FA is Cyan = 0.61, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 97 | 81 | 250 | - |
| CMYK | 0.61 | 0.68 | 0 | 0.02 |
| HSL | 245.68º | 0.94% | 0.65% | - |
| HSV(B) | 245.68º | 0.68% | 0.98% | - |
| XYZ | 25.13 | 15.33 | 92.08 | - |
| YUV | 105.05 | 209.8 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 81 | 250 | 0.61 | 0.68 | 0 | 0.02 | 245.68 | 0.94 | 0.65 |
| Hex | 61 | 51 | FA | 3D | 44 | 0 | 2 | F6 | 5E | 41 |
| Octal | 141 | 121 | 372 | 75 | 104 | 0 | 2 | 366 | 136 | 101 |
| Binary | 1100001 | 1010001 | 11111010 | 111101 | 1000100 | 0 | 10 | 11110110 | 1011110 | 1000001 |
Color Harmonies of #6151FA
Complementary color
Monochromatic Colors of #6151FA
Black with #6151FA
Text Example
Text Example
White with #6151FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6151FA; }
p { color: rgb(97,81,250); }
H1.HeaderClassName
{
color: #6151FA;
}
.AnyTagClassName
{
color: #6151FA;
}
</style>
background-color css
<style>
a { background-color: #6151FA; }
a { background-color: rgb(97,81,250); }
div.DivClassName
{
background-color: #6151FA;
}
.BgClassName
{
background-color: #6151FA;
}
</style>
border-color css
<style>
span { border-color: #6151FA; }
span { border-color: rgb(97,81,250); }
td.TdClassName
{
border-color: #6151FA;
}
.TagClassName
{
border-color: #6151FA;
}
</style>