Html Css Color HEX #4E4EEF Neon Blue

📋 copy color: '#4E4EEF'

red 78 ◦ green 78 ◦ blue 239

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

Shades of Neon Blue #4E4EEF

Tints of Neon Blue #4E4EEF

RGB

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

 GREEN value IS 78 (30.86% from 255) = 19.75%

 BLUE value IS 239 (93.75% from 255) = 60.51%

R = 19.75%
G = 19.75%
B = 60.51%

CMYK

 C value IS 0.67

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#4E4EEF (or 0x4E4EEF) is known color: Neon Blue. HEX triplet: 4E, 4E and EF. RGB value is (78,78,239). Sum of RGB (Red+Green+Blue) = 78+78+239=395 (52% of max value = 765). Red value is 78 (30.86% from 255 or 19.75% from 395); Green value is 78 (30.86% from 255 or 19.75% from 395); Blue value is 239 (93.75% from 255 or 60.51% from 395); Max value from RGB is 239 - color contains mainly: blue. Hex color #4E4EEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4E4EEF is #B1B110. Grayscale: #5F5F5F. Windows color (decimal): -11645201 or 15683150. OLE color: 15683150.

HSL color Cylindrical-coordinate representation of color #4E4EEF: hue angle of 240º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4E4EEF is Cyan = 0.67, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 78 78 239 -
CMYK 0.67 0.67 0 0.06
HSL 240º 0.83% 0.62% -
HSV(B) 240º 0.67% 0.94% -
XYZ 21.45 13.3 83.1 -
YUV 96.35 208.5 114.91 -
System Red Green Blue C M Y K H S L
Decimal 78 78 239 0.67 0.67 0 0.06 240 0.83 0.62
Hex 4E 4E EF 43 43 0 6 F0 53 3E
Octal 116 116 357 103 103 0 6 360 123 76
Binary 1001110 1001110 11101111 1000011 1000011 0 110 11110000 1010011 111110

Color Harmonies of #4E4EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E4EEF

Black with #4E4EEF

Text Example


Text Example

White with #4E4EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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