Html Css Color HEX #4954EA Neon Blue

📋 copy color: '#4954EA'

red 73 ◦ green 84 ◦ blue 234

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

Shades of Neon Blue #4954EA

Tints of Neon Blue #4954EA

RGB

 RED value IS 73 (28.91% from 255) = 18.67%

 GREEN value IS 84 (33.2% from 255) = 21.48%

 BLUE value IS 234 (91.8% from 255) = 59.85%

R = 18.67%
G = 21.48%
B = 59.85%

CMYK

 C value IS 0.69

 M value IS 0.64

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4954EA (or 0x4954EA) is known color: Neon Blue. HEX triplet: 49, 54 and EA. RGB value is (73,84,234). Sum of RGB (Red+Green+Blue) = 73+84+234=391 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.67% from 391); Green value is 84 (33.20% from 255 or 21.48% from 391); Blue value is 234 (91.80% from 255 or 59.85% from 391); Max value from RGB is 234 - color contains mainly: blue. Hex color #4954EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4954EA is #B6AB15. Grayscale: #616161. Windows color (decimal): -11971350 or 15357001. OLE color: 15357001.

HSL color Cylindrical-coordinate representation of color #4954EA: hue angle of 235.9º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4954EA is Cyan = 0.69, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 73 84 234 -
CMYK 0.69 0.64 0 0.08
HSL 235.9º 0.79% 0.6% -
HSV(B) 235.9º 0.69% 0.92% -
XYZ 20.77 13.7 79.39 -
YUV 97.81 204.86 110.3 -
System Red Green Blue C M Y K H S L
Decimal 73 84 234 0.69 0.64 0 0.08 235.9 0.79 0.6
Hex 49 54 EA 45 40 0 8 EC 4F 3C
Octal 111 124 352 105 100 0 10 354 117 74
Binary 1001001 1010100 11101010 1000101 1000000 0 1000 11101100 1001111 111100

Color Harmonies of #4954EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4954EA

Black with #4954EA

Text Example


Text Example

White with #4954EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4954EA; }

 p { color: rgb(73,84,234); }

 H1.HeaderClassName
 {
   color: #4954EA;
 }
 .AnyTagClassName
 {
   color: #4954EA;
 }
</style>

background-color css

<style>
 a { background-color: #4954EA; }

 a { background-color: rgb(73,84,234); }

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

border-color css

<style>
 span { border-color: #4954EA; }

 span { border-color: rgb(73,84,234); }

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