Html Css Color HEX #4F48DF Neon Blue

📋 copy color: '#4F48DF'

red 79 ◦ green 72 ◦ blue 223

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

Shades of Neon Blue #4F48DF

Tints of Neon Blue #4F48DF

RGB

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

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

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

R = 21.12%
G = 19.25%
B = 59.63%

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

#4F48DF (or 0x4F48DF) is known color: Neon Blue. HEX triplet: 4F, 48 and DF. RGB value is (79,72,223). Sum of RGB (Red+Green+Blue) = 79+72+223=374 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.12% from 374); Green value is 72 (28.52% from 255 or 19.25% 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 #4F48DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F48DF is #B0B720. Grayscale: #5A5A5A. Windows color (decimal): -11581217 or 14633039. OLE color: 14633039.

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

Color convert

RGB 79 72 223 -
CMYK 0.65 0.68 0 0.13
HSL 242.78º 0.7% 0.58% -
HSV(B) 242.78º 0.68% 0.87% -
XYZ 18.86 11.62 71.06 -
YUV 91.31 202.32 119.22 -
System Red Green Blue C M Y K H S L
Decimal 79 72 223 0.65 0.68 0 0.13 242.78 0.7 0.58
Hex 4F 48 DF 41 44 0 D F3 46 3A
Octal 117 110 337 101 104 0 15 363 106 72
Binary 1001111 1001000 11011111 1000001 1000100 0 1101 11110011 1000110 111010

Color Harmonies of #4F48DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F48DF

Black with #4F48DF

Text Example


Text Example

White with #4F48DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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