Html Css Color HEX #444CFD Neon Blue

📋 copy color: '#444CFD'

red 68 ◦ green 76 ◦ blue 253

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

Shades of Neon Blue #444CFD

Tints of Neon Blue #444CFD

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.14%

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

R = 17.13%
G = 19.14%
B = 63.73%

CMYK

 C value IS 0.73

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#444CFD (or 0x444CFD) is known color: Neon Blue. HEX triplet: 44, 4C and FD. RGB value is (68,76,253). Sum of RGB (Red+Green+Blue) = 68+76+253=397 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.13% from 397); Green value is 76 (30.08% from 255 or 19.14% from 397); Blue value is 253 (99.22% from 255 or 63.73% from 397); Max value from RGB is 253 - color contains mainly: blue. Hex color #444CFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #444CFD is #BBB302. Grayscale: #5D5D5D. Windows color (decimal): -12301059 or 16600132. OLE color: 16600132.

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

Color convert

RGB 68 76 253 -
CMYK 0.73 0.70 0 0.01
HSL 237.41º 0.98% 0.63% -
HSV(B) 237.41º 0.73% 0.99% -
XYZ 22.7 13.49 94.34 -
YUV 93.79 217.85 109.61 -
System Red Green Blue C M Y K H S L
Decimal 68 76 253 0.73 0.70 0 0.01 237.41 0.98 0.63
Hex 44 4C FD 49 46 0 1 ED 62 3F
Octal 104 114 375 111 106 0 1 355 142 77
Binary 1000100 1001100 11111101 1001001 1000110 0 1 11101101 1100010 111111

Color Harmonies of #444CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444CFD

Black with #444CFD

Text Example


Text Example

White with #444CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444CFD; }

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

 H1.HeaderClassName
 {
   color: #444CFD;
 }
 .AnyTagClassName
 {
   color: #444CFD;
 }
</style>

background-color css

<style>
 a { background-color: #444CFD; }

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

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

border-color css

<style>
 span { border-color: #444CFD; }

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

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