Html Css Color HEX #4F47DF Neon Blue

📋 copy color: '#4F47DF'

red 79 ◦ green 71 ◦ blue 223

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

Shades of Neon Blue #4F47DF

Tints of Neon Blue #4F47DF

RGB

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

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

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

R = 21.18%
G = 19.03%
B = 59.79%

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

#4F47DF (or 0x4F47DF) is known color: Neon Blue. HEX triplet: 4F, 47 and DF. RGB value is (79,71,223). Sum of RGB (Red+Green+Blue) = 79+71+223=373 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.18% from 373); Green value is 71 (28.12% from 255 or 19.03% from 373); Blue value is 223 (87.5% from 255 or 59.79% from 373); Max value from RGB is 223 - color contains mainly: blue. Hex color #4F47DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F47DF is #B0B820. Grayscale: #5A5A5A. Windows color (decimal): -11581473 or 14632783. OLE color: 14632783.

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

Color convert

RGB 79 71 223 -
CMYK 0.65 0.68 0 0.13
HSL 243.16º 0.7% 0.58% -
HSV(B) 243.16º 0.68% 0.87% -
XYZ 18.8 11.5 71.04 -
YUV 90.72 202.65 119.64 -
System Red Green Blue C M Y K H S L
Decimal 79 71 223 0.65 0.68 0 0.13 243.16 0.7 0.58
Hex 4F 47 DF 41 44 0 D F3 46 3A
Octal 117 107 337 101 104 0 15 363 106 72
Binary 1001111 1000111 11011111 1000001 1000100 0 1101 11110011 1000110 111010

Color Harmonies of #4F47DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F47DF

Black with #4F47DF

Text Example


Text Example

White with #4F47DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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