Shades of Neon Blue #604DED
Tints of Neon Blue #604DED
RGB
CMYK
RGB Variations
Color information
#604DED (or 0x604DED) is known color: Neon Blue. HEX triplet: 60, 4D and ED. RGB value is (96,77,237). Sum of RGB (Red+Green+Blue) = 96+77+237=410 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.41% from 410); Green value is 77 (30.47% from 255 or 18.78% from 410); Blue value is 237 (92.97% from 255 or 57.80% from 410); Max value from RGB is 237 - color contains mainly: blue. Hex color #604DED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #604DED is #9FB212. Grayscale: #646464. Windows color (decimal): -10465811 or 15551840. OLE color: 15551840.
HSL color Cylindrical-coordinate representation of color #604DED: hue angle of 247.12º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #604DED is Cyan = 0.59, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 96 | 77 | 237 | - |
| CMYK | 0.59 | 0.68 | 0 | 0.07 |
| HSL | 247.13º | 0.82% | 0.62% | - |
| HSV(B) | 247.13º | 0.68% | 0.93% | - |
| XYZ | 22.76 | 13.91 | 81.61 | - |
| YUV | 100.92 | 204.79 | 124.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 77 | 237 | 0.59 | 0.68 | 0 | 0.07 | 247.13 | 0.82 | 0.62 |
| Hex | 60 | 4D | ED | 3B | 44 | 0 | 7 | F7 | 52 | 3E |
| Octal | 140 | 115 | 355 | 73 | 104 | 0 | 7 | 367 | 122 | 76 |
| Binary | 1100000 | 1001101 | 11101101 | 111011 | 1000100 | 0 | 111 | 11110111 | 1010010 | 111110 |
Color Harmonies of #604DED
Complementary color
Monochromatic Colors of #604DED
Black with #604DED
Text Example
Text Example
White with #604DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604DED; }
p { color: rgb(96,77,237); }
H1.HeaderClassName
{
color: #604DED;
}
.AnyTagClassName
{
color: #604DED;
}
</style>
background-color css
<style>
a { background-color: #604DED; }
a { background-color: rgb(96,77,237); }
div.DivClassName
{
background-color: #604DED;
}
.BgClassName
{
background-color: #604DED;
}
</style>
border-color css
<style>
span { border-color: #604DED; }
span { border-color: rgb(96,77,237); }
td.TdClassName
{
border-color: #604DED;
}
.TagClassName
{
border-color: #604DED;
}
</style>