#4956F3

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

Shades of Neon Blue #4956F3

Tints of Neon Blue #4956F3

Color information

#4956F3 (or 0x4956F3) is unknown color: approx Neon Blue. HEX triplet: 49, 56 and F3. RGB value is (73,86,243). Sum of RGB (Red+Green+Blue) = 73+86+243=402 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.16% from 402); Green value is 86 (33.98% from 255 or 21.39% from 402); Blue value is 243 (95.31% from 255 or 60.45% from 402); Max value from RGB is 243 - color contains mainly: blue. Hex color #4956F3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4956F3 is #B6A90C. Grayscale: #636363. Windows color (decimal): -11970829 or 15947337. OLE color: 15947337.

HSL color Cylindrical-coordinate representation of color #4956F3: hue angle of 235.41º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4956F3 is Cyan = 0.70, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB7386243-
CMYK0.700.6500.05
HSL235.41º87.63%61.96%-
HSV(B)235.41º69.96%95.29%-
XYZ22.2514.5486.43-
YUV100.01208.69108.73-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.16%
GREEN value IS 86 (33.98% from 255) = 21.39%
BLUE value IS 243 (95.31% from 255) = 60.45%
R=18.16%
G=21.39%
B=60.45%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal73862430.700.6500.05235.4187.6361.96
Hex4956F3464105eb583e
Octal1111263631061010535313076
Binary1001001101011011110011100011010000010101111010111011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4956F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4956F3; }

 p { color: rgb(73,86,243); }

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

<style>
 a { background-color: #4956F3; }

 a { background-color: rgb(73,86,243); }

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

<style>
 span { border-color: #4956F3; }

 span { border-color: rgb(73,86,243); }

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