Html Css Color HEX #4D45EB Neon Blue

📋 copy color: '#4D45EB'

red 77 ◦ green 69 ◦ blue 235

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

Shades of Neon Blue #4D45EB

Tints of Neon Blue #4D45EB

RGB

 RED value IS 77 (30.47% from 255) = 20.21%

 GREEN value IS 69 (27.34% from 255) = 18.11%

 BLUE value IS 235 (92.19% from 255) = 61.68%

R = 20.21%
G = 18.11%
B = 61.68%

CMYK

 C value IS 0.67

 M value IS 0.71

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4D45EB (or 0x4D45EB) is known color: Neon Blue. HEX triplet: 4D, 45 and EB. RGB value is (77,69,235). Sum of RGB (Red+Green+Blue) = 77+69+235=381 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.21% from 381); Green value is 69 (27.34% from 255 or 18.11% from 381); Blue value is 235 (92.19% from 255 or 61.68% from 381); Max value from RGB is 235 - color contains mainly: blue. Hex color #4D45EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D45EB is #B2BA14. Grayscale: #595959. Windows color (decimal): -11713045 or 15418701. OLE color: 15418701.

HSL color Cylindrical-coordinate representation of color #4D45EB: hue angle of 242.89º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4D45EB is Cyan = 0.67, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 77 69 235 -
CMYK 0.67 0.71 0 0.08
HSL 242.89º 0.81% 0.6% -
HSV(B) 242.89º 0.71% 0.92% -
XYZ 20.18 11.83 79.82 -
YUV 90.32 209.65 118.5 -
System Red Green Blue C M Y K H S L
Decimal 77 69 235 0.67 0.71 0 0.08 242.89 0.81 0.6
Hex 4D 45 EB 43 47 0 8 F3 51 3C
Octal 115 105 353 103 107 0 10 363 121 74
Binary 1001101 1000101 11101011 1000011 1000111 0 1000 11110011 1010001 111100

Color Harmonies of #4D45EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D45EB

Black with #4D45EB

Text Example


Text Example

White with #4D45EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,69,235); }

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

background-color css

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

 a { background-color: rgb(77,69,235); }

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

border-color css

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

 span { border-color: rgb(77,69,235); }

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