Html Css Color HEX #444FFD Neon Blue

📋 copy color: '#444FFD'

red 68 ◦ green 79 ◦ blue 253

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

Shades of Neon Blue #444FFD

Tints of Neon Blue #444FFD

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.75%

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

R = 17%
G = 19.75%
B = 63.25%

CMYK

 C value IS 0.73

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#444FFD (or 0x444FFD) is known color: Neon Blue. HEX triplet: 44, 4F and FD. RGB value is (68,79,253). Sum of RGB (Red+Green+Blue) = 68+79+253=400 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17% from 400); Green value is 79 (31.25% from 255 or 19.75% from 400); Blue value is 253 (99.22% from 255 or 63.25% from 400); Max value from RGB is 253 - color contains mainly: blue. Hex color #444FFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #444FFD is #BBB002. Grayscale: #5E5E5E. Windows color (decimal): -12300291 or 16600900. OLE color: 16600900.

HSL color Cylindrical-coordinate representation of color #444FFD: hue angle of 236.43º 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 #444FFD is Cyan = 0.73, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 68 79 253 -
CMYK 0.73 0.69 0 0.01
HSL 236.43º 0.98% 0.63% -
HSV(B) 236.43º 0.73% 0.99% -
XYZ 22.91 13.91 94.41 -
YUV 95.55 216.86 108.35 -
System Red Green Blue C M Y K H S L
Decimal 68 79 253 0.73 0.69 0 0.01 236.43 0.98 0.63
Hex 44 4F FD 49 45 0 1 EC 62 3F
Octal 104 117 375 111 105 0 1 354 142 77
Binary 1000100 1001111 11111101 1001001 1000101 0 1 11101100 1100010 111111

Color Harmonies of #444FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444FFD

Black with #444FFD

Text Example


Text Example

White with #444FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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