Shades of Neon Blue #614CFF
Tints of Neon Blue #614CFF
RGB
CMYK
RGB Variations
Color information
#614CFF (or 0x614CFF) is known color: Neon Blue. HEX triplet: 61, 4C and FF. RGB value is (97,76,255). Sum of RGB (Red+Green+Blue) = 97+76+255=428 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.66% from 428); Green value is 76 (30.08% from 255 or 17.76% from 428); Blue value is 255 (100% from 255 or 59.58% from 428); Max value from RGB is 255 - color contains mainly: blue. Hex color #614CFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #614CFF is #9EB300. Grayscale: #656565. Windows color (decimal): -10400513 or 16731233. OLE color: 16731233.
HSL color Cylindrical-coordinate representation of color #614CFF: hue angle of 247.04º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #614CFF is Cyan = 0.62, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 97 | 76 | 255 | - |
| CMYK | 0.62 | 0.70 | 0 | 0 |
| HSL | 247.04º | 1% | 0.65% | - |
| HSV(B) | 247.04º | 0.7% | 1% | - |
| XYZ | 25.56 | 14.93 | 96.14 | - |
| YUV | 102.69 | 213.96 | 123.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 76 | 255 | 0.62 | 0.70 | 0 | 0 | 247.04 | 1 | 0.65 |
| Hex | 61 | 4C | FF | 3E | 46 | 0 | 0 | F7 | 64 | 41 |
| Octal | 141 | 114 | 377 | 76 | 106 | 0 | 0 | 367 | 144 | 101 |
| Binary | 1100001 | 1001100 | 11111111 | 111110 | 1000110 | 0 | 0 | 11110111 | 1100100 | 1000001 |
Color Harmonies of #614CFF
Complementary color
Monochromatic Colors of #614CFF
Black with #614CFF
Text Example
Text Example
White with #614CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614CFF; }
p { color: rgb(97,76,255); }
H1.HeaderClassName
{
color: #614CFF;
}
.AnyTagClassName
{
color: #614CFF;
}
</style>
background-color css
<style>
a { background-color: #614CFF; }
a { background-color: rgb(97,76,255); }
div.DivClassName
{
background-color: #614CFF;
}
.BgClassName
{
background-color: #614CFF;
}
</style>
border-color css
<style>
span { border-color: #614CFF; }
span { border-color: rgb(97,76,255); }
td.TdClassName
{
border-color: #614CFF;
}
.TagClassName
{
border-color: #614CFF;
}
</style>