#484FE4

Color #484FE4 Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #484FE4

Tints of Neon Blue #484FE4

Color information

#484FE4 (or 0x484FE4) is unknown color: approx Neon Blue. HEX triplet: 48, 4F and E4. RGB value is (72,79,228). Sum of RGB (Red+Green+Blue) = 72+79+228=379 (50% of max value = 765). Red value is 72 (28.52% from 255 or 19.00% from 379); Green value is 79 (31.25% from 255 or 20.84% from 379); Blue value is 228 (89.45% from 255 or 60.16% from 379); Max value from RGB is 228 - color contains mainly: blue. Hex color #484FE4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #484FE4 is #B7B01B. Grayscale: #5D5D5D. Windows color (decimal): -12038172 or 14962504. OLE color: 14962504.

HSL color Cylindrical-coordinate representation of color #484FE4: hue angle of 237.31º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #484FE4 is Cyan = 0.68, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB7279228-
CMYK0.680.6500.11
HSL237.31º74.29%58.82%-
HSV(B)237.31º68.42%89.41%-
XYZ19.4712.5774.8-
YUV93.89203.68112.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 72 (28.52% from 255) = 19.00%
GREEN value IS 79 (31.25% from 255) = 20.84%
BLUE value IS 228 (89.45% from 255) = 60.16%
R=19.00%
G=20.84%
B=60.16%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal72792280.680.6500.11237.3174.2958.82
Hex484FE444410Bed4a3b
Octal11011734410410101335511273
Binary10010001001111111001001000100100000101011111011011001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484FE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484FE4; }

 p { color: rgb(72,79,228); }

 H1.HeaderClassName
 {
   color: #484FE4;
 }
 .AnyTagClassName
 {
   color: #484FE4;
 }
</style>
background-color css

<style>
 a { background-color: #484FE4; }

 a { background-color: rgb(72,79,228); }

 div.DivClassName
 {
   background-color: #484FE4;
 }
 .BgClassName
 {
   background-color: #484FE4;
 }
</style>
border-color css

<style>
 span { border-color: #484FE4; }

 span { border-color: rgb(72,79,228); }

 td.TdClassName
 {
   border-color: #484FE4;
 }
 .TagClassName
 {
   border-color: #484FE4;
 }
</style>