Html Css Color HEX #4947DF Neon Blue

📋 copy color: '#4947DF'

red 73 ◦ green 71 ◦ blue 223

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

Shades of Neon Blue #4947DF

Tints of Neon Blue #4947DF

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.35%

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

R = 19.89%
G = 19.35%
B = 60.76%

CMYK

 C value IS 0.67

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4947DF (or 0x4947DF) is known color: Neon Blue. HEX triplet: 49, 47 and DF. RGB value is (73,71,223). Sum of RGB (Red+Green+Blue) = 73+71+223=367 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.89% from 367); Green value is 71 (28.12% from 255 or 19.35% from 367); Blue value is 223 (87.5% from 255 or 60.76% from 367); Max value from RGB is 223 - color contains mainly: blue. Hex color #4947DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4947DF is #B6B820. Grayscale: #585858. Windows color (decimal): -11974689 or 14632777. OLE color: 14632777.

HSL color Cylindrical-coordinate representation of color #4947DF: hue angle of 240.79º 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 #4947DF is Cyan = 0.67, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 73 71 223 -
CMYK 0.67 0.68 0 0.13
HSL 240.79º 0.7% 0.58% -
HSV(B) 240.79º 0.68% 0.87% -
XYZ 18.32 11.25 71.02 -
YUV 88.93 203.66 116.64 -
System Red Green Blue C M Y K H S L
Decimal 73 71 223 0.67 0.68 0 0.13 240.79 0.7 0.58
Hex 49 47 DF 43 44 0 D F1 46 3A
Octal 111 107 337 103 104 0 15 361 106 72
Binary 1001001 1000111 11011111 1000011 1000100 0 1101 11110001 1000110 111010

Color Harmonies of #4947DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4947DF

Black with #4947DF

Text Example


Text Example

White with #4947DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4947DF; }

 p { color: rgb(73,71,223); }

 H1.HeaderClassName
 {
   color: #4947DF;
 }
 .AnyTagClassName
 {
   color: #4947DF;
 }
</style>

background-color css

<style>
 a { background-color: #4947DF; }

 a { background-color: rgb(73,71,223); }

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

border-color css

<style>
 span { border-color: #4947DF; }

 span { border-color: rgb(73,71,223); }

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