Shades of Neon Blue #484FFC
Tints of Neon Blue #484FFC
RGB
CMYK
RGB Variations
Color information
#484FFC (or 0x484FFC) is known color: Neon Blue. HEX triplet: 48, 4F and FC. RGB value is (72,79,252). Sum of RGB (Red+Green+Blue) = 72+79+252=403 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.87% from 403); Green value is 79 (31.25% from 255 or 19.60% from 403); Blue value is 252 (98.83% from 255 or 62.53% from 403); Max value from RGB is 252 - color contains mainly: blue. Hex color #484FFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #484FFC is #B7B003. Grayscale: #5F5F5F. Windows color (decimal): -12038148 or 16535368. OLE color: 16535368.
HSL color Cylindrical-coordinate representation of color #484FFC: hue angle of 237.67º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #484FFC is Cyan = 0.71, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 72 | 79 | 252 | - |
| CMYK | 0.71 | 0.69 | 0 | 0.01 |
| HSL | 237.67º | 0.97% | 0.64% | - |
| HSV(B) | 237.67º | 0.71% | 0.99% | - |
| XYZ | 23.04 | 14 | 93.58 | - |
| YUV | 96.63 | 215.68 | 110.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 79 | 252 | 0.71 | 0.69 | 0 | 0.01 | 237.67 | 0.97 | 0.64 |
| Hex | 48 | 4F | FC | 47 | 45 | 0 | 1 | EE | 61 | 40 |
| Octal | 110 | 117 | 374 | 107 | 105 | 0 | 1 | 356 | 141 | 100 |
| Binary | 1001000 | 1001111 | 11111100 | 1000111 | 1000101 | 0 | 1 | 11101110 | 1100001 | 1000000 |
Color Harmonies of #484FFC
Complementary color
Monochromatic Colors of #484FFC
Black with #484FFC
Text Example
Text Example
White with #484FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484FFC; }
p { color: rgb(72,79,252); }
H1.HeaderClassName
{
color: #484FFC;
}
.AnyTagClassName
{
color: #484FFC;
}
</style>
background-color css
<style>
a { background-color: #484FFC; }
a { background-color: rgb(72,79,252); }
div.DivClassName
{
background-color: #484FFC;
}
.BgClassName
{
background-color: #484FFC;
}
</style>
border-color css
<style>
span { border-color: #484FFC; }
span { border-color: rgb(72,79,252); }
td.TdClassName
{
border-color: #484FFC;
}
.TagClassName
{
border-color: #484FFC;
}
</style>