#484BEB

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

Shades of Neon Blue #484BEB

Tints of Neon Blue #484BEB

Color information

#484BEB (or 0x484BEB) is unknown color: approx Neon Blue. HEX triplet: 48, 4B and EB. RGB value is (72,75,235). Sum of RGB (Red+Green+Blue) = 72+75+235=382 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.85% from 382); Green value is 75 (29.69% from 255 or 19.63% from 382); Blue value is 235 (92.19% from 255 or 61.52% from 382); Max value from RGB is 235 - color contains mainly: blue. Hex color #484BEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #484BEB is #B7B414. Grayscale: #5B5B5B. Windows color (decimal): -12039189 or 15420232. OLE color: 15420232.

HSL color Cylindrical-coordinate representation of color #484BEB: hue angle of 238.9º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #484BEB is Cyan = 0.69, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB7275235-
CMYK0.690.6800.08
HSL238.9º80.3%60.2%-
HSV(B)238.9º69.36%92.16%-
XYZ20.1812.4179.93-
YUV92.34208.51113.49-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.85%
GREEN value IS 75 (29.69% from 255) = 19.63%
BLUE value IS 235 (92.19% from 255) = 61.52%
R=18.85%
G=19.63%
B=61.52%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal72752350.690.6800.08238.980.360.2
Hex484BEB454408ef503c
Octal11011335310510401035712074
Binary10010001001011111010111000101100010001000111011111010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484BEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,75,235); }

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

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

 a { background-color: rgb(72,75,235); }

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

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

 span { border-color: rgb(72,75,235); }

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