Shades of Neon Blue #484EF2
Tints of Neon Blue #484EF2
RGB
CMYK
RGB Variations
Color information
#484EF2 (or 0x484EF2) is known color: Neon Blue. HEX triplet: 48, 4E and F2. RGB value is (72,78,242). Sum of RGB (Red+Green+Blue) = 72+78+242=392 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.37% from 392); Green value is 78 (30.86% from 255 or 19.90% from 392); Blue value is 242 (94.92% from 255 or 61.73% from 392); Max value from RGB is 242 - color contains mainly: blue. Hex color #484EF2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #484EF2 is #B7B10D. Grayscale: #5E5E5E. Windows color (decimal): -12038414 or 15879752. OLE color: 15879752.
HSL color Cylindrical-coordinate representation of color #484EF2: hue angle of 237.88º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #484EF2 is Cyan = 0.70, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 72 | 78 | 242 | - |
| CMYK | 0.70 | 0.68 | 0 | 0.05 |
| HSL | 237.88º | 0.87% | 0.62% | - |
| HSV(B) | 237.88º | 0.7% | 0.95% | - |
| XYZ | 21.42 | 13.24 | 85.43 | - |
| YUV | 94.9 | 211.01 | 111.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 78 | 242 | 0.70 | 0.68 | 0 | 0.05 | 237.88 | 0.87 | 0.62 |
| Hex | 48 | 4E | F2 | 46 | 44 | 0 | 5 | EE | 57 | 3E |
| Octal | 110 | 116 | 362 | 106 | 104 | 0 | 5 | 356 | 127 | 76 |
| Binary | 1001000 | 1001110 | 11110010 | 1000110 | 1000100 | 0 | 101 | 11101110 | 1010111 | 111110 |
Color Harmonies of #484EF2
Complementary color
Monochromatic Colors of #484EF2
Black with #484EF2
Text Example
Text Example
White with #484EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484EF2; }
p { color: rgb(72,78,242); }
H1.HeaderClassName
{
color: #484EF2;
}
.AnyTagClassName
{
color: #484EF2;
}
</style>
background-color css
<style>
a { background-color: #484EF2; }
a { background-color: rgb(72,78,242); }
div.DivClassName
{
background-color: #484EF2;
}
.BgClassName
{
background-color: #484EF2;
}
</style>
border-color css
<style>
span { border-color: #484EF2; }
span { border-color: rgb(72,78,242); }
td.TdClassName
{
border-color: #484EF2;
}
.TagClassName
{
border-color: #484EF2;
}
</style>