Html Css Color HEX #443CF1 Neon Blue

📋 copy color: '#443CF1'

red 68 ◦ green 60 ◦ blue 241

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

Shades of Neon Blue #443CF1

Tints of Neon Blue #443CF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 65.31%

R = 18.43%
G = 16.26%
B = 65.31%

CMYK

 C value IS 0.72

 M value IS 0.75

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#443CF1 (or 0x443CF1) is known color: Neon Blue. HEX triplet: 44, 3C and F1. RGB value is (68,60,241). Sum of RGB (Red+Green+Blue) = 68+60+241=369 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.43% from 369); Green value is 60 (23.83% from 255 or 16.26% from 369); Blue value is 241 (94.53% from 255 or 65.31% from 369); Max value from RGB is 241 - color contains mainly: blue. Hex color #443CF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #443CF1 is #BBC30E. Grayscale: #525252. Windows color (decimal): -12305167 or 15809604. OLE color: 15809604.

HSL color Cylindrical-coordinate representation of color #443CF1: hue angle of 242.65º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #443CF1 is Cyan = 0.72, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 68 60 241 -
CMYK 0.72 0.75 0 0.05
HSL 242.65º 0.87% 0.59% -
HSV(B) 242.65º 0.75% 0.95% -
XYZ 19.88 10.81 84.26 -
YUV 83.03 217.15 117.28 -
System Red Green Blue C M Y K H S L
Decimal 68 60 241 0.72 0.75 0 0.05 242.65 0.87 0.59
Hex 44 3C F1 48 4B 0 5 F3 57 3B
Octal 104 74 361 110 113 0 5 363 127 73
Binary 1000100 111100 11110001 1001000 1001011 0 101 11110011 1010111 111011

Color Harmonies of #443CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443CF1

Black with #443CF1

Text Example


Text Example

White with #443CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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