Shades of Neon Blue #484DF2
Tints of Neon Blue #484DF2
RGB
CMYK
RGB Variations
Color information
#484DF2 (or 0x484DF2) is known color: Neon Blue. HEX triplet: 48, 4D and F2. RGB value is (72,77,242). Sum of RGB (Red+Green+Blue) = 72+77+242=391 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.41% from 391); Green value is 77 (30.47% from 255 or 19.69% from 391); Blue value is 242 (94.92% from 255 or 61.89% from 391); Max value from RGB is 242 - color contains mainly: blue. Hex color #484DF2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #484DF2 is #B7B20D. Grayscale: #5D5D5D. Windows color (decimal): -12038670 or 15879496. OLE color: 15879496.
HSL color Cylindrical-coordinate representation of color #484DF2: hue angle of 238.24º 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 #484DF2 is Cyan = 0.70, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 72 | 77 | 242 | - |
| CMYK | 0.70 | 0.68 | 0 | 0.05 |
| HSL | 238.24º | 0.87% | 0.62% | - |
| HSV(B) | 238.24º | 0.7% | 0.95% | - |
| XYZ | 21.35 | 13.1 | 85.41 | - |
| YUV | 94.32 | 211.34 | 112.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 77 | 242 | 0.70 | 0.68 | 0 | 0.05 | 238.24 | 0.87 | 0.62 |
| Hex | 48 | 4D | F2 | 46 | 44 | 0 | 5 | EE | 57 | 3E |
| Octal | 110 | 115 | 362 | 106 | 104 | 0 | 5 | 356 | 127 | 76 |
| Binary | 1001000 | 1001101 | 11110010 | 1000110 | 1000100 | 0 | 101 | 11101110 | 1010111 | 111110 |
Color Harmonies of #484DF2
Complementary color
Monochromatic Colors of #484DF2
Black with #484DF2
Text Example
Text Example
White with #484DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484DF2; }
p { color: rgb(72,77,242); }
H1.HeaderClassName
{
color: #484DF2;
}
.AnyTagClassName
{
color: #484DF2;
}
</style>
background-color css
<style>
a { background-color: #484DF2; }
a { background-color: rgb(72,77,242); }
div.DivClassName
{
background-color: #484DF2;
}
.BgClassName
{
background-color: #484DF2;
}
</style>
border-color css
<style>
span { border-color: #484DF2; }
span { border-color: rgb(72,77,242); }
td.TdClassName
{
border-color: #484DF2;
}
.TagClassName
{
border-color: #484DF2;
}
</style>