Shades of Neon Blue #604DFB
Tints of Neon Blue #604DFB
RGB
CMYK
RGB Variations
Color information
#604DFB (or 0x604DFB) is known color: Neon Blue. HEX triplet: 60, 4D and FB. RGB value is (96,77,251). Sum of RGB (Red+Green+Blue) = 96+77+251=424 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.64% from 424); Green value is 77 (30.47% from 255 or 18.16% from 424); Blue value is 251 (98.44% from 255 or 59.20% from 424); Max value from RGB is 251 - color contains mainly: blue. Hex color #604DFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #604DFB is #9FB204. Grayscale: #656565. Windows color (decimal): -10465797 or 16469344. OLE color: 16469344.
HSL color Cylindrical-coordinate representation of color #604DFB: hue angle of 246.55º 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 #604DFB is Cyan = 0.62, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 96 | 77 | 251 | - |
| CMYK | 0.62 | 0.69 | 0 | 0.02 |
| HSL | 246.55º | 0.96% | 0.64% | - |
| HSV(B) | 246.55º | 0.69% | 0.98% | - |
| XYZ | 24.89 | 14.76 | 92.8 | - |
| YUV | 102.52 | 211.79 | 123.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 77 | 251 | 0.62 | 0.69 | 0 | 0.02 | 246.55 | 0.96 | 0.64 |
| Hex | 60 | 4D | FB | 3E | 45 | 0 | 2 | F7 | 60 | 40 |
| Octal | 140 | 115 | 373 | 76 | 105 | 0 | 2 | 367 | 140 | 100 |
| Binary | 1100000 | 1001101 | 11111011 | 111110 | 1000101 | 0 | 10 | 11110111 | 1100000 | 1000000 |
Color Harmonies of #604DFB
Complementary color
Monochromatic Colors of #604DFB
Black with #604DFB
Text Example
Text Example
White with #604DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604DFB; }
p { color: rgb(96,77,251); }
H1.HeaderClassName
{
color: #604DFB;
}
.AnyTagClassName
{
color: #604DFB;
}
</style>
background-color css
<style>
a { background-color: #604DFB; }
a { background-color: rgb(96,77,251); }
div.DivClassName
{
background-color: #604DFB;
}
.BgClassName
{
background-color: #604DFB;
}
</style>
border-color css
<style>
span { border-color: #604DFB; }
span { border-color: rgb(96,77,251); }
td.TdClassName
{
border-color: #604DFB;
}
.TagClassName
{
border-color: #604DFB;
}
</style>