Html Css Color HEX #4E4AF1 Neon Blue

📋 copy color: '#4E4AF1'

red 78 ◦ green 74 ◦ blue 241

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

Shades of Neon Blue #4E4AF1

Tints of Neon Blue #4E4AF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 61.32%

R = 19.85%
G = 18.83%
B = 61.32%

CMYK

 C value IS 0.68

 M value IS 0.69

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#4E4AF1 (or 0x4E4AF1) is known color: Neon Blue. HEX triplet: 4E, 4A and F1. RGB value is (78,74,241). Sum of RGB (Red+Green+Blue) = 78+74+241=393 (52% of max value = 765). Red value is 78 (30.86% from 255 or 19.85% from 393); Green value is 74 (29.30% from 255 or 18.83% from 393); Blue value is 241 (94.53% from 255 or 61.32% from 393); Max value from RGB is 241 - color contains mainly: blue. Hex color #4E4AF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4E4AF1 is #B1B50E. Grayscale: #5D5D5D. Windows color (decimal): -11646223 or 15813198. OLE color: 15813198.

HSL color Cylindrical-coordinate representation of color #4E4AF1: hue angle of 241.44º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4E4AF1 is Cyan = 0.68, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 78 74 241 -
CMYK 0.68 0.69 0 0.05
HSL 241.44º 0.86% 0.62% -
HSV(B) 241.44º 0.69% 0.95% -
XYZ 21.47 12.87 84.57 -
YUV 94.23 210.83 116.42 -
System Red Green Blue C M Y K H S L
Decimal 78 74 241 0.68 0.69 0 0.05 241.44 0.86 0.62
Hex 4E 4A F1 44 45 0 5 F1 56 3E
Octal 116 112 361 104 105 0 5 361 126 76
Binary 1001110 1001010 11110001 1000100 1000101 0 101 11110001 1010110 111110

Color Harmonies of #4E4AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E4AF1

Black with #4E4AF1

Text Example


Text Example

White with #4E4AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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