Shades of Neon Blue #613CF5
Tints of Neon Blue #613CF5
RGB
CMYK
RGB Variations
Color information
#613CF5 (or 0x613CF5) is known color: Neon Blue. HEX triplet: 61, 3C and F5. RGB value is (97,60,245). Sum of RGB (Red+Green+Blue) = 97+60+245=402 (53% of max value = 765). Red value is 97 (38.28% from 255 or 24.13% from 402); Green value is 60 (23.83% from 255 or 14.93% from 402); Blue value is 245 (96.09% from 255 or 60.95% from 402); Max value from RGB is 245 - color contains mainly: blue. Hex color #613CF5 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #613CF5 is #9EC30A. Grayscale: #5B5B5B. Windows color (decimal): -10404619 or 16071777. OLE color: 16071777.
HSL color Cylindrical-coordinate representation of color #613CF5: hue angle of 252º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #613CF5 is Cyan = 0.60, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 97 | 60 | 245 | - |
| CMYK | 0.60 | 0.76 | 0 | 0.04 |
| HSL | 252º | 0.9% | 0.6% | - |
| HSV(B) | 252º | 0.76% | 0.96% | - |
| XYZ | 23.03 | 12.37 | 87.56 | - |
| YUV | 92.15 | 214.26 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 60 | 245 | 0.60 | 0.76 | 0 | 0.04 | 252 | 0.9 | 0.6 |
| Hex | 61 | 3C | F5 | 3C | 4C | 0 | 4 | FC | 5A | 3C |
| Octal | 141 | 74 | 365 | 74 | 114 | 0 | 4 | 374 | 132 | 74 |
| Binary | 1100001 | 111100 | 11110101 | 111100 | 1001100 | 0 | 100 | 11111100 | 1011010 | 111100 |
Color Harmonies of #613CF5
Complementary color
Monochromatic Colors of #613CF5
Black with #613CF5
Text Example
Text Example
White with #613CF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613CF5; }
p { color: rgb(97,60,245); }
H1.HeaderClassName
{
color: #613CF5;
}
.AnyTagClassName
{
color: #613CF5;
}
</style>
background-color css
<style>
a { background-color: #613CF5; }
a { background-color: rgb(97,60,245); }
div.DivClassName
{
background-color: #613CF5;
}
.BgClassName
{
background-color: #613CF5;
}
</style>
border-color css
<style>
span { border-color: #613CF5; }
span { border-color: rgb(97,60,245); }
td.TdClassName
{
border-color: #613CF5;
}
.TagClassName
{
border-color: #613CF5;
}
</style>