Shades of Neon Blue #6158FF
Tints of Neon Blue #6158FF
RGB
CMYK
RGB Variations
Color information
#6158FF (or 0x6158FF) is known color: Neon Blue. HEX triplet: 61, 58 and FF. RGB value is (97,88,255). Sum of RGB (Red+Green+Blue) = 97+88+255=440 (58% of max value = 765). Red value is 97 (38.28% from 255 or 22.05% from 440); Green value is 88 (34.77% from 255 or 20% from 440); Blue value is 255 (100% from 255 or 57.95% from 440); Max value from RGB is 255 - color contains mainly: blue. Hex color #6158FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6158FF is #9EA700. Grayscale: #6D6D6D. Windows color (decimal): -10397441 or 16734305. OLE color: 16734305.
HSL color Cylindrical-coordinate representation of color #6158FF: hue angle of 243.23º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6158FF is Cyan = 0.62, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 97 | 88 | 255 | - |
| CMYK | 0.62 | 0.65 | 0 | 0 |
| HSL | 243.23º | 1% | 0.67% | - |
| HSV(B) | 243.23º | 0.65% | 1% | - |
| XYZ | 26.47 | 16.74 | 96.44 | - |
| YUV | 109.73 | 209.98 | 118.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 88 | 255 | 0.62 | 0.65 | 0 | 0 | 243.23 | 1 | 0.67 |
| Hex | 61 | 58 | FF | 3E | 41 | 0 | 0 | F3 | 64 | 43 |
| Octal | 141 | 130 | 377 | 76 | 101 | 0 | 0 | 363 | 144 | 103 |
| Binary | 1100001 | 1011000 | 11111111 | 111110 | 1000001 | 0 | 0 | 11110011 | 1100100 | 1000011 |
Color Harmonies of #6158FF
Complementary color
Monochromatic Colors of #6158FF
Black with #6158FF
Text Example
Text Example
White with #6158FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6158FF; }
p { color: rgb(97,88,255); }
H1.HeaderClassName
{
color: #6158FF;
}
.AnyTagClassName
{
color: #6158FF;
}
</style>
background-color css
<style>
a { background-color: #6158FF; }
a { background-color: rgb(97,88,255); }
div.DivClassName
{
background-color: #6158FF;
}
.BgClassName
{
background-color: #6158FF;
}
</style>
border-color css
<style>
span { border-color: #6158FF; }
span { border-color: rgb(97,88,255); }
td.TdClassName
{
border-color: #6158FF;
}
.TagClassName
{
border-color: #6158FF;
}
</style>