#484FEF

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

Shades of Neon Blue #484FEF

Tints of Neon Blue #484FEF

Color information

#484FEF (or 0x484FEF) is unknown color: approx Neon Blue. HEX triplet: 48, 4F and EF. RGB value is (72,79,239). Sum of RGB (Red+Green+Blue) = 72+79+239=390 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.46% from 390); Green value is 79 (31.25% from 255 or 20.26% from 390); Blue value is 239 (93.75% from 255 or 61.28% from 390); Max value from RGB is 239 - color contains mainly: blue. Hex color #484FEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #484FEF is #B7B010. Grayscale: #5E5E5E. Windows color (decimal): -12038161 or 15683400. OLE color: 15683400.

HSL color Cylindrical-coordinate representation of color #484FEF: hue angle of 237.49º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #484FEF is Cyan = 0.70, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB7279239-
CMYK0.700.6700.06
HSL237.49º83.92%60.98%-
HSV(B)237.49º69.87%93.73%-
XYZ21.0513.283.1-
YUV95.15209.18111.49-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.46%
GREEN value IS 79 (31.25% from 255) = 20.26%
BLUE value IS 239 (93.75% from 255) = 61.28%
R=18.46%
G=20.26%
B=61.28%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal72792390.700.6700.06237.4983.9260.98
Hex484FEF464306ed543d
Octal1101173571061030635512475
Binary1001000100111111101111100011010000110110111011011010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484FEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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