Shades of Neon Blue #615BF2
Tints of Neon Blue #615BF2
RGB
CMYK
RGB Variations
Color information
#615BF2 (or 0x615BF2) is known color: Neon Blue. HEX triplet: 61, 5B and F2. RGB value is (97,91,242). Sum of RGB (Red+Green+Blue) = 97+91+242=430 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.56% from 430); Green value is 91 (35.94% from 255 or 21.16% from 430); Blue value is 242 (94.92% from 255 or 56.28% from 430); Max value from RGB is 242 - color contains mainly: blue. Hex color #615BF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #615BF2 is #9EA40D. Grayscale: #6D6D6D. Windows color (decimal): -10396686 or 15883105. OLE color: 15883105.
HSL color Cylindrical-coordinate representation of color #615BF2: hue angle of 242.38º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #615BF2 is Cyan = 0.60, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 97 | 91 | 242 | - |
| CMYK | 0.60 | 0.62 | 0 | 0.05 |
| HSL | 242.38º | 0.85% | 0.65% | - |
| HSV(B) | 242.38º | 0.62% | 0.95% | - |
| XYZ | 24.7 | 16.43 | 85.87 | - |
| YUV | 110.01 | 202.49 | 118.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 91 | 242 | 0.60 | 0.62 | 0 | 0.05 | 242.38 | 0.85 | 0.65 |
| Hex | 61 | 5B | F2 | 3C | 3E | 0 | 5 | F2 | 55 | 41 |
| Octal | 141 | 133 | 362 | 74 | 76 | 0 | 5 | 362 | 125 | 101 |
| Binary | 1100001 | 1011011 | 11110010 | 111100 | 111110 | 0 | 101 | 11110010 | 1010101 | 1000001 |
Color Harmonies of #615BF2
Complementary color
Monochromatic Colors of #615BF2
Black with #615BF2
Text Example
Text Example
White with #615BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615BF2; }
p { color: rgb(97,91,242); }
H1.HeaderClassName
{
color: #615BF2;
}
.AnyTagClassName
{
color: #615BF2;
}
</style>
background-color css
<style>
a { background-color: #615BF2; }
a { background-color: rgb(97,91,242); }
div.DivClassName
{
background-color: #615BF2;
}
.BgClassName
{
background-color: #615BF2;
}
</style>
border-color css
<style>
span { border-color: #615BF2; }
span { border-color: rgb(97,91,242); }
td.TdClassName
{
border-color: #615BF2;
}
.TagClassName
{
border-color: #615BF2;
}
</style>