Shades of Neon Blue #615AF1
Tints of Neon Blue #615AF1
RGB
CMYK
RGB Variations
Color information
#615AF1 (or 0x615AF1) is known color: Neon Blue. HEX triplet: 61, 5A and F1. RGB value is (97,90,241). Sum of RGB (Red+Green+Blue) = 97+90+241=428 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.66% from 428); Green value is 90 (35.55% from 255 or 21.03% from 428); Blue value is 241 (94.53% from 255 or 56.31% from 428); Max value from RGB is 241 - color contains mainly: blue. Hex color #615AF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #615AF1 is #9EA50E. Grayscale: #6C6C6C. Windows color (decimal): -10396943 or 15817313. OLE color: 15817313.
HSL color Cylindrical-coordinate representation of color #615AF1: hue angle of 242.78º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #615AF1 is Cyan = 0.60, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 97 | 90 | 241 | - |
| CMYK | 0.60 | 0.63 | 0 | 0.05 |
| HSL | 242.78º | 0.84% | 0.65% | - |
| HSV(B) | 242.78º | 0.63% | 0.95% | - |
| XYZ | 24.46 | 16.2 | 85.06 | - |
| YUV | 109.31 | 202.32 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 90 | 241 | 0.60 | 0.63 | 0 | 0.05 | 242.78 | 0.84 | 0.65 |
| Hex | 61 | 5A | F1 | 3C | 3F | 0 | 5 | F3 | 54 | 41 |
| Octal | 141 | 132 | 361 | 74 | 77 | 0 | 5 | 363 | 124 | 101 |
| Binary | 1100001 | 1011010 | 11110001 | 111100 | 111111 | 0 | 101 | 11110011 | 1010100 | 1000001 |
Color Harmonies of #615AF1
Complementary color
Monochromatic Colors of #615AF1
Black with #615AF1
Text Example
Text Example
White with #615AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615AF1; }
p { color: rgb(97,90,241); }
H1.HeaderClassName
{
color: #615AF1;
}
.AnyTagClassName
{
color: #615AF1;
}
</style>
background-color css
<style>
a { background-color: #615AF1; }
a { background-color: rgb(97,90,241); }
div.DivClassName
{
background-color: #615AF1;
}
.BgClassName
{
background-color: #615AF1;
}
</style>
border-color css
<style>
span { border-color: #615AF1; }
span { border-color: rgb(97,90,241); }
td.TdClassName
{
border-color: #615AF1;
}
.TagClassName
{
border-color: #615AF1;
}
</style>