Shades of Neon Blue #615CEF
Tints of Neon Blue #615CEF
RGB
CMYK
RGB Variations
Color information
#615CEF (or 0x615CEF) is known color: Neon Blue. HEX triplet: 61, 5C and EF. RGB value is (97,92,239). Sum of RGB (Red+Green+Blue) = 97+92+239=428 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.66% from 428); Green value is 92 (36.33% from 255 or 21.50% from 428); Blue value is 239 (93.75% from 255 or 55.84% from 428); Max value from RGB is 239 - color contains mainly: blue. Hex color #615CEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #615CEF is #9EA310. Grayscale: #6D6D6D. Windows color (decimal): -10396433 or 15686753. OLE color: 15686753.
HSL color Cylindrical-coordinate representation of color #615CEF: hue angle of 242.04º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #615CEF is Cyan = 0.59, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 97 | 92 | 239 | - |
| CMYK | 0.59 | 0.62 | 0 | 0.06 |
| HSL | 242.04º | 0.82% | 0.65% | - |
| HSV(B) | 242.04º | 0.62% | 0.94% | - |
| XYZ | 24.34 | 16.43 | 83.55 | - |
| YUV | 110.25 | 200.66 | 118.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 92 | 239 | 0.59 | 0.62 | 0 | 0.06 | 242.04 | 0.82 | 0.65 |
| Hex | 61 | 5C | EF | 3B | 3E | 0 | 6 | F2 | 52 | 41 |
| Octal | 141 | 134 | 357 | 73 | 76 | 0 | 6 | 362 | 122 | 101 |
| Binary | 1100001 | 1011100 | 11101111 | 111011 | 111110 | 0 | 110 | 11110010 | 1010010 | 1000001 |
Color Harmonies of #615CEF
Complementary color
Monochromatic Colors of #615CEF
Black with #615CEF
Text Example
Text Example
White with #615CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615CEF; }
p { color: rgb(97,92,239); }
H1.HeaderClassName
{
color: #615CEF;
}
.AnyTagClassName
{
color: #615CEF;
}
</style>
background-color css
<style>
a { background-color: #615CEF; }
a { background-color: rgb(97,92,239); }
div.DivClassName
{
background-color: #615CEF;
}
.BgClassName
{
background-color: #615CEF;
}
</style>
border-color css
<style>
span { border-color: #615CEF; }
span { border-color: rgb(97,92,239); }
td.TdClassName
{
border-color: #615CEF;
}
.TagClassName
{
border-color: #615CEF;
}
</style>