Shades of Neon Blue #6150FF
Tints of Neon Blue #6150FF
RGB
CMYK
RGB Variations
Color information
#6150FF (or 0x6150FF) is known color: Neon Blue. HEX triplet: 61, 50 and FF. RGB value is (97,80,255). Sum of RGB (Red+Green+Blue) = 97+80+255=432 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.45% from 432); Green value is 80 (31.64% from 255 or 18.52% from 432); Blue value is 255 (100% from 255 or 59.03% from 432); Max value from RGB is 255 - color contains mainly: blue. Hex color #6150FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6150FF is #9EAF00. Grayscale: #686868. Windows color (decimal): -10399489 or 16732257. OLE color: 16732257.
HSL color Cylindrical-coordinate representation of color #6150FF: hue angle of 245.83º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6150FF is Cyan = 0.62, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 97 | 80 | 255 | - |
| CMYK | 0.62 | 0.69 | 0 | 0 |
| HSL | 245.83º | 1% | 0.66% | - |
| HSV(B) | 245.83º | 0.69% | 1% | - |
| XYZ | 25.85 | 15.5 | 96.24 | - |
| YUV | 105.03 | 212.63 | 122.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 80 | 255 | 0.62 | 0.69 | 0 | 0 | 245.83 | 1 | 0.66 |
| Hex | 61 | 50 | FF | 3E | 45 | 0 | 0 | F6 | 64 | 42 |
| Octal | 141 | 120 | 377 | 76 | 105 | 0 | 0 | 366 | 144 | 102 |
| Binary | 1100001 | 1010000 | 11111111 | 111110 | 1000101 | 0 | 0 | 11110110 | 1100100 | 1000010 |
Color Harmonies of #6150FF
Complementary color
Monochromatic Colors of #6150FF
Black with #6150FF
Text Example
Text Example
White with #6150FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6150FF; }
p { color: rgb(97,80,255); }
H1.HeaderClassName
{
color: #6150FF;
}
.AnyTagClassName
{
color: #6150FF;
}
</style>
background-color css
<style>
a { background-color: #6150FF; }
a { background-color: rgb(97,80,255); }
div.DivClassName
{
background-color: #6150FF;
}
.BgClassName
{
background-color: #6150FF;
}
</style>
border-color css
<style>
span { border-color: #6150FF; }
span { border-color: rgb(97,80,255); }
td.TdClassName
{
border-color: #6150FF;
}
.TagClassName
{
border-color: #6150FF;
}
</style>