#4E42FC

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

Shades of Neon Blue #4E42FC

Tints of Neon Blue #4E42FC

Color information

#4E42FC (or 0x4E42FC) is unknown color: approx Neon Blue. HEX triplet: 4E, 42 and FC. RGB value is (78,66,252). Sum of RGB (Red+Green+Blue) = 78+66+252=396 (52% of max value = 765). Red value is 78 (30.86% from 255 or 19.70% from 396); Green value is 66 (26.17% from 255 or 16.67% from 396); Blue value is 252 (98.83% from 255 or 63.64% from 396); Max value from RGB is 252 - color contains mainly: blue. Hex color #4E42FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4E42FC is #B1BD03. Grayscale: #5A5A5A. Windows color (decimal): -11648260 or 16532046. OLE color: 16532046.

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

Color convert

RGB7866252-
CMYK0.690.7400.01
HSL243.87º96.88%62.35%-
HSV(B)243.87º73.81%98.82%-
XYZ22.6612.5493.32-
YUV90.79218.98118.88-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 19.70%
GREEN value IS 66 (26.17% from 255) = 16.67%
BLUE value IS 252 (98.83% from 255) = 63.64%
R=19.70%
G=16.67%
B=63.64%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal78662520.690.7400.01243.8796.8862.35
Hex4E42FC454A01f4613e
Octal1161023741051120136414176
Binary10011101000010111111001000101100101001111101001100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E42FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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