#4C4EFA

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

Shades of Neon Blue #4C4EFA

Tints of Neon Blue #4C4EFA

Color information

#4C4EFA (or 0x4C4EFA) is unknown color: approx Neon Blue. HEX triplet: 4C, 4E and FA. RGB value is (76,78,250). Sum of RGB (Red+Green+Blue) = 76+78+250=404 (53% of max value = 765). Red value is 76 (30.08% from 255 or 18.81% from 404); Green value is 78 (30.86% from 255 or 19.31% from 404); Blue value is 250 (98.05% from 255 or 61.88% from 404); Max value from RGB is 250 - color contains mainly: blue. Hex color #4C4EFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4C4EFA is #B3B105. Grayscale: #606060. Windows color (decimal): -11776262 or 16404044. OLE color: 16404044.

HSL color Cylindrical-coordinate representation of color #4C4EFA: hue angle of 239.31º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4C4EFA is Cyan = 0.70, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB7678250-
CMYK0.700.6900.02
HSL239.31º94.57%63.92%-
HSV(B)239.31º69.6%98.04%-
XYZ22.9613.8991.91-
YUV97.01214.34113.01-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 18.81%
GREEN value IS 78 (30.86% from 255) = 19.31%
BLUE value IS 250 (98.05% from 255) = 61.88%
R=18.81%
G=19.31%
B=61.88%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal76782500.700.6900.02239.3194.5763.92
Hex4C4EFA464502ef5f40
Octal11411637210610502357137100
Binary1001100100111011111010100011010001010101110111110111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4EFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4C4EFA; }

 p { color: rgb(76,78,250); }

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

<style>
 a { background-color: #4C4EFA; }

 a { background-color: rgb(76,78,250); }

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

<style>
 span { border-color: #4C4EFA; }

 span { border-color: rgb(76,78,250); }

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