Html Css Color HEX #4C38DB Neon Blue

📋 copy color: '#4C38DB'

red 76 ◦ green 56 ◦ blue 219

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

Shades of Neon Blue #4C38DB

Tints of Neon Blue #4C38DB

RGB

 RED value IS 76 (30.08% from 255) = 21.65%

 GREEN value IS 56 (22.27% from 255) = 15.95%

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

R = 21.65%
G = 15.95%
B = 62.39%

CMYK

 C value IS 0.65

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4C38DB (or 0x4C38DB) is known color: Neon Blue. HEX triplet: 4C, 38 and DB. RGB value is (76,56,219). Sum of RGB (Red+Green+Blue) = 76+56+219=351 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.65% from 351); Green value is 56 (22.27% from 255 or 15.95% from 351); Blue value is 219 (85.94% from 255 or 62.39% from 351); Max value from RGB is 219 - color contains mainly: blue. Hex color #4C38DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C38DB is #B3C724. Grayscale: #4F4F4F. Windows color (decimal): -11781925 or 14366796. OLE color: 14366796.

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

Color convert

RGB 76 56 219 -
CMYK 0.65 0.74 0 0.14
HSL 247.36º 0.69% 0.54% -
HSV(B) 247.36º 0.74% 0.86% -
XYZ 17.18 9.48 67.94 -
YUV 80.56 206.13 124.75 -
System Red Green Blue C M Y K H S L
Decimal 76 56 219 0.65 0.74 0 0.14 247.36 0.69 0.54
Hex 4C 38 DB 41 4A 0 E F7 45 36
Octal 114 70 333 101 112 0 16 367 105 66
Binary 1001100 111000 11011011 1000001 1001010 0 1110 11110111 1000101 110110

Color Harmonies of #4C38DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C38DB

Black with #4C38DB

Text Example


Text Example

White with #4C38DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,56,219); }

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

background-color css

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

 a { background-color: rgb(76,56,219); }

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

border-color css

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

 span { border-color: rgb(76,56,219); }

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