Shades of Neon Blue #613CFC
Tints of Neon Blue #613CFC
RGB
CMYK
RGB Variations
Color information
#613CFC (or 0x613CFC) is known color: Neon Blue. HEX triplet: 61, 3C and FC. RGB value is (97,60,252). Sum of RGB (Red+Green+Blue) = 97+60+252=409 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.72% from 409); Green value is 60 (23.83% from 255 or 14.67% from 409); Blue value is 252 (98.83% from 255 or 61.61% from 409); Max value from RGB is 252 - color contains mainly: blue. Hex color #613CFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #613CFC is #9EC303. Grayscale: #5C5C5C. Windows color (decimal): -10404612 or 16530529. OLE color: 16530529.
HSL color Cylindrical-coordinate representation of color #613CFC: hue angle of 251.56º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #613CFC is Cyan = 0.62, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 97 | 60 | 252 | - |
| CMYK | 0.62 | 0.76 | 0 | 0.01 |
| HSL | 251.56º | 0.97% | 0.61% | - |
| HSV(B) | 251.56º | 0.76% | 0.99% | - |
| XYZ | 24.12 | 12.8 | 93.3 | - |
| YUV | 92.95 | 217.76 | 130.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 60 | 252 | 0.62 | 0.76 | 0 | 0.01 | 251.56 | 0.97 | 0.61 |
| Hex | 61 | 3C | FC | 3E | 4C | 0 | 1 | FC | 61 | 3D |
| Octal | 141 | 74 | 374 | 76 | 114 | 0 | 1 | 374 | 141 | 75 |
| Binary | 1100001 | 111100 | 11111100 | 111110 | 1001100 | 0 | 1 | 11111100 | 1100001 | 111101 |
Color Harmonies of #613CFC
Complementary color
Monochromatic Colors of #613CFC
Black with #613CFC
Text Example
Text Example
White with #613CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613CFC; }
p { color: rgb(97,60,252); }
H1.HeaderClassName
{
color: #613CFC;
}
.AnyTagClassName
{
color: #613CFC;
}
</style>
background-color css
<style>
a { background-color: #613CFC; }
a { background-color: rgb(97,60,252); }
div.DivClassName
{
background-color: #613CFC;
}
.BgClassName
{
background-color: #613CFC;
}
</style>
border-color css
<style>
span { border-color: #613CFC; }
span { border-color: rgb(97,60,252); }
td.TdClassName
{
border-color: #613CFC;
}
.TagClassName
{
border-color: #613CFC;
}
</style>