#4856FF

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

Shades of Neon Blue #4856FF

Tints of Neon Blue #4856FF

Color information

#4856FF (or 0x4856FF) is unknown color: approx Neon Blue. HEX triplet: 48, 56 and FF. RGB value is (72,86,255). Sum of RGB (Red+Green+Blue) = 72+86+255=413 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.43% from 413); Green value is 86 (33.98% from 255 or 20.82% from 413); Blue value is 255 (100% from 255 or 61.74% from 413); Max value from RGB is 255 - color contains mainly: blue. Hex color #4856FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4856FF is #B7A900. Grayscale: #646464. Windows color (decimal): -12036353 or 16733768. OLE color: 16733768.

HSL color Cylindrical-coordinate representation of color #4856FF: hue angle of 235.41º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4856FF is Cyan = 0.72, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB7286255-
CMYK0.720.6600
HSL235.41º100%64.12%-
HSV(B)235.41º71.76%100%-
XYZ24.0515.2596.28-
YUV101.08214.86107.26-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.43%
GREEN value IS 86 (33.98% from 255) = 20.82%
BLUE value IS 255 (100% from 255) = 61.74%
R=17.43%
G=20.82%
B=61.74%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal72862550.720.6600235.4110064.12
Hex4856FF484200eb6440
Octal11012637711010200353144100
Binary100100010101101111111110010001000010001110101111001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4856FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4856FF; }

 p { color: rgb(72,86,255); }

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

<style>
 a { background-color: #4856FF; }

 a { background-color: rgb(72,86,255); }

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

<style>
 span { border-color: #4856FF; }

 span { border-color: rgb(72,86,255); }

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