Html Css Color HEX #443CDE Neon Blue

📋 copy color: '#443CDE'

red 68 ◦ green 60 ◦ blue 222

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

Shades of Neon Blue #443CDE

Tints of Neon Blue #443CDE

RGB

 RED value IS 68 (26.95% from 255) = 19.43%

 GREEN value IS 60 (23.83% from 255) = 17.14%

 BLUE value IS 222 (87.11% from 255) = 63.43%

R = 19.43%
G = 17.14%
B = 63.43%

CMYK

 C value IS 0.69

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#443CDE (or 0x443CDE) is known color: Neon Blue. HEX triplet: 44, 3C and DE. RGB value is (68,60,222). Sum of RGB (Red+Green+Blue) = 68+60+222=350 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.43% from 350); Green value is 60 (23.83% from 255 or 17.14% from 350); Blue value is 222 (87.11% from 255 or 63.43% from 350); Max value from RGB is 222 - color contains mainly: blue. Hex color #443CDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #443CDE is #BBC321. Grayscale: #505050. Windows color (decimal): -12305186 or 14564420. OLE color: 14564420.

HSL color Cylindrical-coordinate representation of color #443CDE: hue angle of 242.96º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #443CDE is Cyan = 0.69, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 68 60 222 -
CMYK 0.69 0.73 0 0.13
HSL 242.96º 0.71% 0.55% -
HSV(B) 242.96º 0.73% 0.87% -
XYZ 17.18 9.73 70.08 -
YUV 80.86 207.65 118.83 -
System Red Green Blue C M Y K H S L
Decimal 68 60 222 0.69 0.73 0 0.13 242.96 0.71 0.55
Hex 44 3C DE 45 49 0 D F3 47 37
Octal 104 74 336 105 111 0 15 363 107 67
Binary 1000100 111100 11011110 1000101 1001001 0 1101 11110011 1000111 110111

Color Harmonies of #443CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443CDE

Black with #443CDE

Text Example


Text Example

White with #443CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #443CDE; }

 p { color: rgb(68,60,222); }

 H1.HeaderClassName
 {
   color: #443CDE;
 }
 .AnyTagClassName
 {
   color: #443CDE;
 }
</style>

background-color css

<style>
 a { background-color: #443CDE; }

 a { background-color: rgb(68,60,222); }

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

border-color css

<style>
 span { border-color: #443CDE; }

 span { border-color: rgb(68,60,222); }

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