Shades of Neon Blue #6154FF
Tints of Neon Blue #6154FF
RGB
CMYK
RGB Variations
Color information
#6154FF (or 0x6154FF) is known color: Neon Blue. HEX triplet: 61, 54 and FF. RGB value is (97,84,255). Sum of RGB (Red+Green+Blue) = 97+84+255=436 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.25% from 436); Green value is 84 (33.20% from 255 or 19.27% from 436); Blue value is 255 (100% from 255 or 58.49% from 436); Max value from RGB is 255 - color contains mainly: blue. Hex color #6154FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6154FF is #9EAB00. Grayscale: #6A6A6A. Windows color (decimal): -10398465 or 16733281. OLE color: 16733281.
HSL color Cylindrical-coordinate representation of color #6154FF: hue angle of 244.56º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6154FF is Cyan = 0.62, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 97 | 84 | 255 | - |
| CMYK | 0.62 | 0.67 | 0 | 0 |
| HSL | 244.56º | 1% | 0.66% | - |
| HSV(B) | 244.56º | 0.67% | 1% | - |
| XYZ | 26.15 | 16.1 | 96.34 | - |
| YUV | 107.38 | 211.31 | 120.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 84 | 255 | 0.62 | 0.67 | 0 | 0 | 244.56 | 1 | 0.66 |
| Hex | 61 | 54 | FF | 3E | 43 | 0 | 0 | F5 | 64 | 42 |
| Octal | 141 | 124 | 377 | 76 | 103 | 0 | 0 | 365 | 144 | 102 |
| Binary | 1100001 | 1010100 | 11111111 | 111110 | 1000011 | 0 | 0 | 11110101 | 1100100 | 1000010 |
Color Harmonies of #6154FF
Complementary color
Monochromatic Colors of #6154FF
Black with #6154FF
Text Example
Text Example
White with #6154FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6154FF; }
p { color: rgb(97,84,255); }
H1.HeaderClassName
{
color: #6154FF;
}
.AnyTagClassName
{
color: #6154FF;
}
</style>
background-color css
<style>
a { background-color: #6154FF; }
a { background-color: rgb(97,84,255); }
div.DivClassName
{
background-color: #6154FF;
}
.BgClassName
{
background-color: #6154FF;
}
</style>
border-color css
<style>
span { border-color: #6154FF; }
span { border-color: rgb(97,84,255); }
td.TdClassName
{
border-color: #6154FF;
}
.TagClassName
{
border-color: #6154FF;
}
</style>