Html Css Color HEX #4D48DF Neon Blue

📋 copy color: '#4D48DF'

red 77 ◦ green 72 ◦ blue 223

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

Shades of Neon Blue #4D48DF

Tints of Neon Blue #4D48DF

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.35%

 BLUE value IS 223 (87.5% from 255) = 59.95%

R = 20.7%
G = 19.35%
B = 59.95%

CMYK

 C value IS 0.65

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4D48DF (or 0x4D48DF) is known color: Neon Blue. HEX triplet: 4D, 48 and DF. RGB value is (77,72,223). Sum of RGB (Red+Green+Blue) = 77+72+223=372 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.70% from 372); Green value is 72 (28.52% from 255 or 19.35% from 372); Blue value is 223 (87.5% from 255 or 59.95% from 372); Max value from RGB is 223 - color contains mainly: blue. Hex color #4D48DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D48DF is #B2B720. Grayscale: #5A5A5A. Windows color (decimal): -11712289 or 14633037. OLE color: 14633037.

HSL color Cylindrical-coordinate representation of color #4D48DF: hue angle of 241.99º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4D48DF is Cyan = 0.65, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 77 72 223 -
CMYK 0.65 0.68 0 0.13
HSL 241.99º 0.7% 0.58% -
HSV(B) 241.99º 0.68% 0.87% -
XYZ 18.7 11.54 71.05 -
YUV 90.71 202.66 118.22 -
System Red Green Blue C M Y K H S L
Decimal 77 72 223 0.65 0.68 0 0.13 241.99 0.7 0.58
Hex 4D 48 DF 41 44 0 D F2 46 3A
Octal 115 110 337 101 104 0 15 362 106 72
Binary 1001101 1001000 11011111 1000001 1000100 0 1101 11110010 1000110 111010

Color Harmonies of #4D48DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D48DF

Black with #4D48DF

Text Example


Text Example

White with #4D48DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,72,223); }

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

background-color css

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

 a { background-color: rgb(77,72,223); }

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

border-color css

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

 span { border-color: rgb(77,72,223); }

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