Shades of Neon Blue #614DFE
Tints of Neon Blue #614DFE
RGB
CMYK
RGB Variations
Color information
#614DFE (or 0x614DFE) is known color: Neon Blue. HEX triplet: 61, 4D and FE. RGB value is (97,77,254). Sum of RGB (Red+Green+Blue) = 97+77+254=428 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.66% from 428); Green value is 77 (30.47% from 255 or 17.99% from 428); Blue value is 254 (99.61% from 255 or 59.35% from 428); Max value from RGB is 254 - color contains mainly: blue. Hex color #614DFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #614DFE is #9EB201. Grayscale: #666666. Windows color (decimal): -10400258 or 16665953. OLE color: 16665953.
HSL color Cylindrical-coordinate representation of color #614DFE: hue angle of 246.78º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #614DFE is Cyan = 0.62, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 97 | 77 | 254 | - |
| CMYK | 0.62 | 0.70 | 0 | 0.00 |
| HSL | 246.78º | 0.99% | 0.65% | - |
| HSV(B) | 246.78º | 0.7% | 1% | - |
| XYZ | 25.47 | 15 | 95.32 | - |
| YUV | 103.16 | 213.13 | 123.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 77 | 254 | 0.62 | 0.70 | 0 | 0.00 | 246.78 | 0.99 | 0.65 |
| Hex | 61 | 4D | FE | 3E | 46 | 0 | 0 | F7 | 63 | 41 |
| Octal | 141 | 115 | 376 | 76 | 106 | 0 | 0 | 367 | 143 | 101 |
| Binary | 1100001 | 1001101 | 11111110 | 111110 | 1000110 | 0 | 0 | 11110111 | 1100011 | 1000001 |
Color Harmonies of #614DFE
Complementary color
Monochromatic Colors of #614DFE
Black with #614DFE
Text Example
Text Example
White with #614DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614DFE; }
p { color: rgb(97,77,254); }
H1.HeaderClassName
{
color: #614DFE;
}
.AnyTagClassName
{
color: #614DFE;
}
</style>
background-color css
<style>
a { background-color: #614DFE; }
a { background-color: rgb(97,77,254); }
div.DivClassName
{
background-color: #614DFE;
}
.BgClassName
{
background-color: #614DFE;
}
</style>
border-color css
<style>
span { border-color: #614DFE; }
span { border-color: rgb(97,77,254); }
td.TdClassName
{
border-color: #614DFE;
}
.TagClassName
{
border-color: #614DFE;
}
</style>