#484EEF

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

Shades of Neon Blue #484EEF

Tints of Neon Blue #484EEF

Color information

#484EEF (or 0x484EEF) is unknown color: approx Neon Blue. HEX triplet: 48, 4E and EF. RGB value is (72,78,239). Sum of RGB (Red+Green+Blue) = 72+78+239=389 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.51% from 389); Green value is 78 (30.86% from 255 or 20.05% from 389); Blue value is 239 (93.75% from 255 or 61.44% from 389); Max value from RGB is 239 - color contains mainly: blue. Hex color #484EEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #484EEF is #B7B110. Grayscale: #5D5D5D. Windows color (decimal): -12038417 or 15683144. OLE color: 15683144.

HSL color Cylindrical-coordinate representation of color #484EEF: hue angle of 237.84º 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 #484EEF is Cyan = 0.70, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB7278239-
CMYK0.700.6700.06
HSL237.84º83.92%60.98%-
HSV(B)237.84º69.87%93.73%-
XYZ20.9813.0683.08-
YUV94.56209.51111.91-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.51%
GREEN value IS 78 (30.86% from 255) = 20.05%
BLUE value IS 239 (93.75% from 255) = 61.44%
R=18.51%
G=20.05%
B=61.44%

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
Decimal72782390.700.6700.06237.8483.9260.98
Hex484EEF464306ee543d
Octal1101163571061030635612475
Binary1001000100111011101111100011010000110110111011101010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484EEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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