Html Css Color HEX #4F49DF Neon Blue

📋 copy color: '#4F49DF'

red 79 ◦ green 73 ◦ blue 223

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

Shades of Neon Blue #4F49DF

Tints of Neon Blue #4F49DF

RGB

 RED value IS 79 (31.25% from 255) = 21.07%

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

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

R = 21.07%
G = 19.47%
B = 59.47%

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

#4F49DF (or 0x4F49DF) is known color: Neon Blue. HEX triplet: 4F, 49 and DF. RGB value is (79,73,223). Sum of RGB (Red+Green+Blue) = 79+73+223=375 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.07% from 375); Green value is 73 (28.91% from 255 or 19.47% from 375); Blue value is 223 (87.5% from 255 or 59.47% from 375); Max value from RGB is 223 - color contains mainly: blue. Hex color #4F49DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F49DF is #B0B620. Grayscale: #5B5B5B. Windows color (decimal): -11580961 or 14633295. OLE color: 14633295.

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

Color convert

RGB 79 73 223 -
CMYK 0.65 0.67 0 0.13
HSL 242.4º 0.7% 0.58% -
HSV(B) 242.4º 0.67% 0.87% -
XYZ 18.93 11.76 71.08 -
YUV 91.89 201.99 118.8 -
System Red Green Blue C M Y K H S L
Decimal 79 73 223 0.65 0.67 0 0.13 242.4 0.7 0.58
Hex 4F 49 DF 41 43 0 D F2 46 3A
Octal 117 111 337 101 103 0 15 362 106 72
Binary 1001111 1001001 11011111 1000001 1000011 0 1101 11110010 1000110 111010

Color Harmonies of #4F49DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F49DF

Black with #4F49DF

Text Example


Text Example

White with #4F49DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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