Shades of Neon Blue #613CFF
Tints of Neon Blue #613CFF
RGB
CMYK
RGB Variations
Color information
#613CFF (or 0x613CFF) is known color: Neon Blue. HEX triplet: 61, 3C and FF. RGB value is (97,60,255). Sum of RGB (Red+Green+Blue) = 97+60+255=412 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.54% from 412); Green value is 60 (23.83% from 255 or 14.56% from 412); Blue value is 255 (100% from 255 or 61.89% from 412); Max value from RGB is 255 - color contains mainly: blue. Hex color #613CFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #613CFF is #9EC300. Grayscale: #5C5C5C. Windows color (decimal): -10404609 or 16727137. OLE color: 16727137.
HSL color Cylindrical-coordinate representation of color #613CFF: hue angle of 251.38º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #613CFF is Cyan = 0.62, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 97 | 60 | 255 | - |
| CMYK | 0.62 | 0.76 | 0 | 0 |
| HSL | 251.38º | 1% | 0.62% | - |
| HSV(B) | 251.38º | 0.76% | 1% | - |
| XYZ | 24.6 | 12.99 | 95.82 | - |
| YUV | 93.29 | 219.26 | 130.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 60 | 255 | 0.62 | 0.76 | 0 | 0 | 251.38 | 1 | 0.62 |
| Hex | 61 | 3C | FF | 3E | 4C | 0 | 0 | FB | 64 | 3E |
| Octal | 141 | 74 | 377 | 76 | 114 | 0 | 0 | 373 | 144 | 76 |
| Binary | 1100001 | 111100 | 11111111 | 111110 | 1001100 | 0 | 0 | 11111011 | 1100100 | 111110 |
Color Harmonies of #613CFF
Complementary color
Monochromatic Colors of #613CFF
Black with #613CFF
Text Example
Text Example
White with #613CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613CFF; }
p { color: rgb(97,60,255); }
H1.HeaderClassName
{
color: #613CFF;
}
.AnyTagClassName
{
color: #613CFF;
}
</style>
background-color css
<style>
a { background-color: #613CFF; }
a { background-color: rgb(97,60,255); }
div.DivClassName
{
background-color: #613CFF;
}
.BgClassName
{
background-color: #613CFF;
}
</style>
border-color css
<style>
span { border-color: #613CFF; }
span { border-color: rgb(97,60,255); }
td.TdClassName
{
border-color: #613CFF;
}
.TagClassName
{
border-color: #613CFF;
}
</style>