Shades of Neon Blue #484DF6
Tints of Neon Blue #484DF6
RGB
CMYK
RGB Variations
Color information
#484DF6 (or 0x484DF6) is known color: Neon Blue. HEX triplet: 48, 4D and F6. RGB value is (72,77,246). Sum of RGB (Red+Green+Blue) = 72+77+246=395 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.23% from 395); Green value is 77 (30.47% from 255 or 19.49% from 395); Blue value is 246 (96.48% from 255 or 62.28% from 395); Max value from RGB is 246 - color contains mainly: blue. Hex color #484DF6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #484DF6 is #B7B209. Grayscale: #5E5E5E. Windows color (decimal): -12038666 or 16141640. OLE color: 16141640.
HSL color Cylindrical-coordinate representation of color #484DF6: hue angle of 238.28º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #484DF6 is Cyan = 0.71, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 72 | 77 | 246 | - |
| CMYK | 0.71 | 0.69 | 0 | 0.04 |
| HSL | 238.28º | 0.91% | 0.62% | - |
| HSV(B) | 238.28º | 0.71% | 0.96% | - |
| XYZ | 21.96 | 13.34 | 88.61 | - |
| YUV | 94.77 | 213.34 | 111.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 77 | 246 | 0.71 | 0.69 | 0 | 0.04 | 238.28 | 0.91 | 0.62 |
| Hex | 48 | 4D | F6 | 47 | 45 | 0 | 4 | EE | 5B | 3E |
| Octal | 110 | 115 | 366 | 107 | 105 | 0 | 4 | 356 | 133 | 76 |
| Binary | 1001000 | 1001101 | 11110110 | 1000111 | 1000101 | 0 | 100 | 11101110 | 1011011 | 111110 |
Color Harmonies of #484DF6
Complementary color
Monochromatic Colors of #484DF6
Black with #484DF6
Text Example
Text Example
White with #484DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484DF6; }
p { color: rgb(72,77,246); }
H1.HeaderClassName
{
color: #484DF6;
}
.AnyTagClassName
{
color: #484DF6;
}
</style>
background-color css
<style>
a { background-color: #484DF6; }
a { background-color: rgb(72,77,246); }
div.DivClassName
{
background-color: #484DF6;
}
.BgClassName
{
background-color: #484DF6;
}
</style>
border-color css
<style>
span { border-color: #484DF6; }
span { border-color: rgb(72,77,246); }
td.TdClassName
{
border-color: #484DF6;
}
.TagClassName
{
border-color: #484DF6;
}
</style>