Html Css Color HEX #4E4AFE Neon Blue

📋 copy color: '#4E4AFE'

red 78 ◦ green 74 ◦ blue 254

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

Shades of Neon Blue #4E4AFE

Tints of Neon Blue #4E4AFE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.23%

 BLUE value IS 254 (99.61% from 255) = 62.56%

R = 19.21%
G = 18.23%
B = 62.56%

CMYK

 C value IS 0.69

 M value IS 0.71

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4E4AFE (or 0x4E4AFE) is known color: Neon Blue. HEX triplet: 4E, 4A and FE. RGB value is (78,74,254). Sum of RGB (Red+Green+Blue) = 78+74+254=406 (53% of max value = 765). Red value is 78 (30.86% from 255 or 19.21% from 406); Green value is 74 (29.30% from 255 or 18.23% from 406); Blue value is 254 (99.61% from 255 or 62.56% from 406); Max value from RGB is 254 - color contains mainly: blue. Hex color #4E4AFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4E4AFE is #B1B501. Grayscale: #5F5F5F. Windows color (decimal): -11646210 or 16665166. OLE color: 16665166.

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

Color convert

RGB 78 74 254 -
CMYK 0.69 0.71 0 0.00
HSL 241.33º 0.99% 0.64% -
HSV(B) 241.33º 0.71% 1% -
XYZ 23.48 13.67 95.17 -
YUV 95.72 217.33 115.36 -
System Red Green Blue C M Y K H S L
Decimal 78 74 254 0.69 0.71 0 0.00 241.33 0.99 0.64
Hex 4E 4A FE 45 47 0 0 F1 63 40
Octal 116 112 376 105 107 0 0 361 143 100
Binary 1001110 1001010 11111110 1000101 1000111 0 0 11110001 1100011 1000000

Color Harmonies of #4E4AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E4AFE

Black with #4E4AFE

Text Example


Text Example

White with #4E4AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,74,254); }

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

background-color css

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

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

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

border-color css

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

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

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