#4E4EFC

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

Shades of Neon Blue #4E4EFC

Tints of Neon Blue #4E4EFC

Color information

#4E4EFC (or 0x4E4EFC) is unknown color: approx Neon Blue. HEX triplet: 4E, 4E and FC. RGB value is (78,78,252). Sum of RGB (Red+Green+Blue) = 78+78+252=408 (54% of max value = 765). Red value is 78 (30.86% from 255 or 19.12% from 408); Green value is 78 (30.86% from 255 or 19.12% from 408); Blue value is 252 (98.83% from 255 or 61.76% from 408); Max value from RGB is 252 - color contains mainly: blue. Hex color #4E4EFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4E4EFC is #B1B103. Grayscale: #616161. Windows color (decimal): -11645188 or 16535118. OLE color: 16535118.

HSL color Cylindrical-coordinate representation of color #4E4EFC: hue angle of 240º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4E4EFC is Cyan = 0.69, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB7878252-
CMYK0.690.6900.01
HSL240º96.67%64.71%-
HSV(B)240º69.05%98.82%-
XYZ23.4414.193.58-
YUV97.84215113.85-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 19.12%
GREEN value IS 78 (30.86% from 255) = 19.12%
BLUE value IS 252 (98.83% from 255) = 61.76%
R=19.12%
G=19.12%
B=61.76%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal78782520.690.6900.0124096.6764.71
Hex4E4EFC454501f06141
Octal11611637410510501360141101
Binary100111010011101111110010001011000101011111000011000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E4EFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,78,252); }

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

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

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

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

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

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

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