#4E44FB

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

Shades of Neon Blue #4E44FB

Tints of Neon Blue #4E44FB

Color information

#4E44FB (or 0x4E44FB) is unknown color: approx Neon Blue. HEX triplet: 4E, 44 and FB. RGB value is (78,68,251). Sum of RGB (Red+Green+Blue) = 78+68+251=397 (52% of max value = 765). Red value is 78 (30.86% from 255 or 19.65% from 397); Green value is 68 (26.95% from 255 or 17.13% from 397); Blue value is 251 (98.44% from 255 or 63.22% from 397); Max value from RGB is 251 - color contains mainly: blue. Hex color #4E44FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4E44FB is #B1BB04. Grayscale: #5B5B5B. Windows color (decimal): -11647749 or 16467022. OLE color: 16467022.

HSL color Cylindrical-coordinate representation of color #4E44FB: hue angle of 243.28º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4E44FB is Cyan = 0.69, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB7868251-
CMYK0.690.7300.02
HSL243.28º95.81%62.55%-
HSV(B)243.28º72.91%98.43%-
XYZ22.6212.7292.53-
YUV91.85217.81118.12-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 19.65%
GREEN value IS 68 (26.95% from 255) = 17.13%
BLUE value IS 251 (98.44% from 255) = 63.22%
R=19.65%
G=17.13%
B=63.22%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal78682510.690.7300.02243.2895.8162.55
Hex4E44FB454902f3603f
Octal1161043731051110236314077
Binary100111010001001111101110001011001001010111100111100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E44FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,68,251); }

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

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

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

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

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

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

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