Html Css Color HEX #4D4ADF Neon Blue

📋 copy color: '#4D4ADF'

red 77 ◦ green 74 ◦ blue 223

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

Shades of Neon Blue #4D4ADF

Tints of Neon Blue #4D4ADF

RGB

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

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

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

R = 20.59%
G = 19.79%
B = 59.63%

CMYK

 C value IS 0.65

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4D4ADF (or 0x4D4ADF) is known color: Neon Blue. HEX triplet: 4D, 4A and DF. RGB value is (77,74,223). Sum of RGB (Red+Green+Blue) = 77+74+223=374 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.59% from 374); Green value is 74 (29.30% from 255 or 19.79% from 374); Blue value is 223 (87.5% from 255 or 59.63% from 374); Max value from RGB is 223 - color contains mainly: blue. Hex color #4D4ADF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D4ADF is #B2B520. Grayscale: #5B5B5B. Windows color (decimal): -11711777 or 14633549. OLE color: 14633549.

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

Color convert

RGB 77 74 223 -
CMYK 0.65 0.67 0 0.13
HSL 241.21º 0.7% 0.58% -
HSV(B) 241.21º 0.67% 0.87% -
XYZ 18.83 11.8 71.1 -
YUV 91.88 201.99 117.38 -
System Red Green Blue C M Y K H S L
Decimal 77 74 223 0.65 0.67 0 0.13 241.21 0.7 0.58
Hex 4D 4A DF 41 43 0 D F1 46 3A
Octal 115 112 337 101 103 0 15 361 106 72
Binary 1001101 1001010 11011111 1000001 1000011 0 1101 11110001 1000110 111010

Color Harmonies of #4D4ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4ADF

Black with #4D4ADF

Text Example


Text Example

White with #4D4ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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