Shades of Neon Blue #604FED
Tints of Neon Blue #604FED
RGB
CMYK
RGB Variations
Color information
#604FED (or 0x604FED) is known color: Neon Blue. HEX triplet: 60, 4F and ED. RGB value is (96,79,237). Sum of RGB (Red+Green+Blue) = 96+79+237=412 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.30% from 412); Green value is 79 (31.25% from 255 or 19.17% from 412); Blue value is 237 (92.97% from 255 or 57.52% from 412); Max value from RGB is 237 - color contains mainly: blue. Hex color #604FED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #604FED is #9FB012. Grayscale: #656565. Windows color (decimal): -10465299 or 15552352. OLE color: 15552352.
HSL color Cylindrical-coordinate representation of color #604FED: hue angle of 246.46º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #604FED is Cyan = 0.59, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 96 | 79 | 237 | - |
| CMYK | 0.59 | 0.67 | 0 | 0.07 |
| HSL | 246.46º | 0.81% | 0.62% | - |
| HSV(B) | 246.46º | 0.67% | 0.93% | - |
| XYZ | 22.91 | 14.19 | 81.65 | - |
| YUV | 102.1 | 204.13 | 123.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 79 | 237 | 0.59 | 0.67 | 0 | 0.07 | 246.46 | 0.81 | 0.62 |
| Hex | 60 | 4F | ED | 3B | 43 | 0 | 7 | F6 | 51 | 3E |
| Octal | 140 | 117 | 355 | 73 | 103 | 0 | 7 | 366 | 121 | 76 |
| Binary | 1100000 | 1001111 | 11101101 | 111011 | 1000011 | 0 | 111 | 11110110 | 1010001 | 111110 |
Color Harmonies of #604FED
Complementary color
Monochromatic Colors of #604FED
Black with #604FED
Text Example
Text Example
White with #604FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604FED; }
p { color: rgb(96,79,237); }
H1.HeaderClassName
{
color: #604FED;
}
.AnyTagClassName
{
color: #604FED;
}
</style>
background-color css
<style>
a { background-color: #604FED; }
a { background-color: rgb(96,79,237); }
div.DivClassName
{
background-color: #604FED;
}
.BgClassName
{
background-color: #604FED;
}
</style>
border-color css
<style>
span { border-color: #604FED; }
span { border-color: rgb(96,79,237); }
td.TdClassName
{
border-color: #604FED;
}
.TagClassName
{
border-color: #604FED;
}
</style>