Html Css Color HEX #4B49DF Neon Blue

📋 copy color: '#4B49DF'

red 75 ◦ green 73 ◦ blue 223

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

Shades of Neon Blue #4B49DF

Tints of Neon Blue #4B49DF

RGB

 RED value IS 75 (29.69% from 255) = 20.22%

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

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

R = 20.22%
G = 19.68%
B = 60.11%

CMYK

 C value IS 0.66

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4B49DF (or 0x4B49DF) is known color: Neon Blue. HEX triplet: 4B, 49 and DF. RGB value is (75,73,223). Sum of RGB (Red+Green+Blue) = 75+73+223=371 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20.22% from 371); Green value is 73 (28.91% from 255 or 19.68% from 371); Blue value is 223 (87.5% from 255 or 60.11% from 371); Max value from RGB is 223 - color contains mainly: blue. Hex color #4B49DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B49DF is #B4B620. Grayscale: #5A5A5A. Windows color (decimal): -11843105 or 14633291. OLE color: 14633291.

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

Color convert

RGB 75 73 223 -
CMYK 0.66 0.67 0 0.13
HSL 240.8º 0.7% 0.58% -
HSV(B) 240.8º 0.67% 0.87% -
XYZ 18.6 11.59 71.07 -
YUV 90.7 202.66 116.8 -
System Red Green Blue C M Y K H S L
Decimal 75 73 223 0.66 0.67 0 0.13 240.8 0.7 0.58
Hex 4B 49 DF 42 43 0 D F1 46 3A
Octal 113 111 337 102 103 0 15 361 106 72
Binary 1001011 1001001 11011111 1000010 1000011 0 1101 11110001 1000110 111010

Color Harmonies of #4B49DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B49DF

Black with #4B49DF

Text Example


Text Example

White with #4B49DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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