Html Css Color HEX #443AFD Neon Blue

📋 copy color: '#443AFD'

red 68 ◦ green 58 ◦ blue 253

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

Shades of Neon Blue #443AFD

Tints of Neon Blue #443AFD

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.3%

 BLUE value IS 253 (99.22% from 255) = 66.75%

R = 17.94%
G = 15.3%
B = 66.75%

CMYK

 C value IS 0.73

 M value IS 0.77

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#443AFD (or 0x443AFD) is known color: Neon Blue. HEX triplet: 44, 3A and FD. RGB value is (68,58,253). Sum of RGB (Red+Green+Blue) = 68+58+253=379 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.94% from 379); Green value is 58 (23.05% from 255 or 15.30% from 379); Blue value is 253 (99.22% from 255 or 66.75% from 379); Max value from RGB is 253 - color contains mainly: blue. Hex color #443AFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #443AFD is #BBC502. Grayscale: #525252. Windows color (decimal): -12305667 or 16595524. OLE color: 16595524.

HSL color Cylindrical-coordinate representation of color #443AFD: hue angle of 243.08º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #443AFD is Cyan = 0.73, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 68 58 253 -
CMYK 0.73 0.77 0 0.01
HSL 243.08º 0.98% 0.61% -
HSV(B) 243.08º 0.77% 0.99% -
XYZ 21.63 11.35 93.98 -
YUV 83.22 223.81 117.14 -
System Red Green Blue C M Y K H S L
Decimal 68 58 253 0.73 0.77 0 0.01 243.08 0.98 0.61
Hex 44 3A FD 49 4D 0 1 F3 62 3D
Octal 104 72 375 111 115 0 1 363 142 75
Binary 1000100 111010 11111101 1001001 1001101 0 1 11110011 1100010 111101

Color Harmonies of #443AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443AFD

Black with #443AFD

Text Example


Text Example

White with #443AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,58,253); }

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

background-color css

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

 a { background-color: rgb(68,58,253); }

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

border-color css

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

 span { border-color: rgb(68,58,253); }

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