Html Css Color HEX #4B49EA Neon Blue

📋 copy color: '#4B49EA'

red 75 ◦ green 73 ◦ blue 234

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

Shades of Neon Blue #4B49EA

Tints of Neon Blue #4B49EA

RGB

 RED value IS 75 (29.69% from 255) = 19.63%

 GREEN value IS 73 (28.91% from 255) = 19.11%

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

R = 19.63%
G = 19.11%
B = 61.26%

CMYK

 C value IS 0.68

 M value IS 0.69

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4B49EA (or 0x4B49EA) is known color: Neon Blue. HEX triplet: 4B, 49 and EA. RGB value is (75,73,234). Sum of RGB (Red+Green+Blue) = 75+73+234=382 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.63% from 382); Green value is 73 (28.91% from 255 or 19.11% from 382); Blue value is 234 (91.80% from 255 or 61.26% from 382); Max value from RGB is 234 - color contains mainly: blue. Hex color #4B49EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4B49EA is #B4B615. Grayscale: #5B5B5B. Windows color (decimal): -11843094 or 15354187. OLE color: 15354187.

HSL color Cylindrical-coordinate representation of color #4B49EA: hue angle of 240.75º 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 #4B49EA is Cyan = 0.68, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 75 73 234 -
CMYK 0.68 0.69 0 0.08
HSL 240.75º 0.79% 0.6% -
HSV(B) 240.75º 0.69% 0.92% -
XYZ 20.14 12.2 79.14 -
YUV 91.95 208.16 115.91 -
System Red Green Blue C M Y K H S L
Decimal 75 73 234 0.68 0.69 0 0.08 240.75 0.79 0.6
Hex 4B 49 EA 44 45 0 8 F1 4F 3C
Octal 113 111 352 104 105 0 10 361 117 74
Binary 1001011 1001001 11101010 1000100 1000101 0 1000 11110001 1001111 111100

Color Harmonies of #4B49EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B49EA

Black with #4B49EA

Text Example


Text Example

White with #4B49EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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