Html Css Color HEX #4B3DDB Neon Blue

📋 copy color: '#4B3DDB'

red 75 ◦ green 61 ◦ blue 219

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

Shades of Neon Blue #4B3DDB

Tints of Neon Blue #4B3DDB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.18%

 BLUE value IS 219 (85.94% from 255) = 61.69%

R = 21.13%
G = 17.18%
B = 61.69%

CMYK

 C value IS 0.66

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4B3DDB (or 0x4B3DDB) is known color: Neon Blue. HEX triplet: 4B, 3D and DB. RGB value is (75,61,219). Sum of RGB (Red+Green+Blue) = 75+61+219=355 (47% of max value = 765). Red value is 75 (29.69% from 255 or 21.13% from 355); Green value is 61 (24.22% from 255 or 17.18% from 355); Blue value is 219 (85.94% from 255 or 61.69% from 355); Max value from RGB is 219 - color contains mainly: blue. Hex color #4B3DDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B3DDB is #B4C224. Grayscale: #525252. Windows color (decimal): -11846181 or 14368075. OLE color: 14368075.

HSL color Cylindrical-coordinate representation of color #4B3DDB: hue angle of 245.32º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4B3DDB is Cyan = 0.66, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 75 61 219 -
CMYK 0.66 0.72 0 0.14
HSL 245.32º 0.69% 0.55% -
HSV(B) 245.32º 0.72% 0.86% -
XYZ 17.36 9.95 68.02 -
YUV 83.2 204.64 122.15 -
System Red Green Blue C M Y K H S L
Decimal 75 61 219 0.66 0.72 0 0.14 245.32 0.69 0.55
Hex 4B 3D DB 42 48 0 E F5 45 37
Octal 113 75 333 102 110 0 16 365 105 67
Binary 1001011 111101 11011011 1000010 1001000 0 1110 11110101 1000101 110111

Color Harmonies of #4B3DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B3DDB

Black with #4B3DDB

Text Example


Text Example

White with #4B3DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,61,219); }

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

background-color css

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

 a { background-color: rgb(75,61,219); }

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

border-color css

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

 span { border-color: rgb(75,61,219); }

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