Shades of Neon Blue #614DFB
Tints of Neon Blue #614DFB
RGB
CMYK
RGB Variations
Color information
#614DFB (or 0x614DFB) is known color: Neon Blue. HEX triplet: 61, 4D and FB. RGB value is (97,77,251). Sum of RGB (Red+Green+Blue) = 97+77+251=425 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.82% from 425); Green value is 77 (30.47% from 255 or 18.12% from 425); Blue value is 251 (98.44% from 255 or 59.06% from 425); Max value from RGB is 251 - color contains mainly: blue. Hex color #614DFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #614DFB is #9EB204. Grayscale: #666666. Windows color (decimal): -10400261 or 16469345. OLE color: 16469345.
HSL color Cylindrical-coordinate representation of color #614DFB: hue angle of 246.9º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #614DFB is Cyan = 0.61, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 97 | 77 | 251 | - |
| CMYK | 0.61 | 0.69 | 0 | 0.02 |
| HSL | 246.9º | 0.96% | 0.64% | - |
| HSV(B) | 246.9º | 0.69% | 0.98% | - |
| XYZ | 25 | 14.81 | 92.81 | - |
| YUV | 102.82 | 211.63 | 123.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 77 | 251 | 0.61 | 0.69 | 0 | 0.02 | 246.9 | 0.96 | 0.64 |
| Hex | 61 | 4D | FB | 3D | 45 | 0 | 2 | F7 | 60 | 40 |
| Octal | 141 | 115 | 373 | 75 | 105 | 0 | 2 | 367 | 140 | 100 |
| Binary | 1100001 | 1001101 | 11111011 | 111101 | 1000101 | 0 | 10 | 11110111 | 1100000 | 1000000 |
Color Harmonies of #614DFB
Complementary color
Monochromatic Colors of #614DFB
Black with #614DFB
Text Example
Text Example
White with #614DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614DFB; }
p { color: rgb(97,77,251); }
H1.HeaderClassName
{
color: #614DFB;
}
.AnyTagClassName
{
color: #614DFB;
}
</style>
background-color css
<style>
a { background-color: #614DFB; }
a { background-color: rgb(97,77,251); }
div.DivClassName
{
background-color: #614DFB;
}
.BgClassName
{
background-color: #614DFB;
}
</style>
border-color css
<style>
span { border-color: #614DFB; }
span { border-color: rgb(97,77,251); }
td.TdClassName
{
border-color: #614DFB;
}
.TagClassName
{
border-color: #614DFB;
}
</style>