Html Css Color HEX #4E5EFF Neon Blue

📋 copy color: '#4E5EFF'

red 78 ◦ green 94 ◦ blue 255

#4E5EFF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Blue #4E5EFF

Tints of Neon Blue #4E5EFF

RGB

 RED value IS 78 (30.86% from 255) = 18.27%

 GREEN value IS 94 (37.11% from 255) = 22.01%

 BLUE value IS 255 (100% from 255) = 59.72%

R = 18.27%
G = 22.01%
B = 59.72%

CMYK

 C value IS 0.69

 M value IS 0.63

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4E5EFF (or 0x4E5EFF) is known color: Neon Blue. HEX triplet: 4E, 5E and FF. RGB value is (78,94,255). Sum of RGB (Red+Green+Blue) = 78+94+255=427 (56% of max value = 765). Red value is 78 (30.86% from 255 or 18.27% from 427); Green value is 94 (37.11% from 255 or 22.01% from 427); Blue value is 255 (100% from 255 or 59.72% from 427); Max value from RGB is 255 - color contains mainly: blue. Hex color #4E5EFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4E5EFF is #B1A100. Grayscale: #6A6A6A. Windows color (decimal): -11641089 or 16735822. OLE color: 16735822.

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

Color convert

RGB 78 94 255 -
CMYK 0.69 0.63 0 0
HSL 234.58º 1% 0.65% -
HSV(B) 234.58º 0.69% 1% -
XYZ 25.19 16.85 96.53 -
YUV 107.57 211.2 106.91 -
System Red Green Blue C M Y K H S L
Decimal 78 94 255 0.69 0.63 0 0 234.58 1 0.65
Hex 4E 5E FF 45 3F 0 0 EB 64 41
Octal 116 136 377 105 77 0 0 353 144 101
Binary 1001110 1011110 11111111 1000101 111111 0 0 11101011 1100100 1000001

Color Harmonies of #4E5EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E5EFF

Black with #4E5EFF

Text Example


Text Example

White with #4E5EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,94,255); }

 H1.HeaderClassName
 {
   color: #4E5EFF;
 }
 .AnyTagClassName
 {
   color: #4E5EFF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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