Html Css Color HEX #444BFD Neon Blue

📋 copy color: '#444BFD'

red 68 ◦ green 75 ◦ blue 253

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

Shades of Neon Blue #444BFD

Tints of Neon Blue #444BFD

RGB

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

 GREEN value IS 75 (29.69% from 255) = 18.94%

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

R = 17.17%
G = 18.94%
B = 63.89%

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

#444BFD (or 0x444BFD) is known color: Neon Blue. HEX triplet: 44, 4B and FD. RGB value is (68,75,253). Sum of RGB (Red+Green+Blue) = 68+75+253=396 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.17% from 396); Green value is 75 (29.69% from 255 or 18.94% from 396); Blue value is 253 (99.22% from 255 or 63.89% from 396); Max value from RGB is 253 - color contains mainly: blue. Hex color #444BFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #444BFD is #BBB402. Grayscale: #5C5C5C. Windows color (decimal): -12301315 or 16599876. OLE color: 16599876.

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

Color convert

RGB 68 75 253 -
CMYK 0.73 0.70 0 0.01
HSL 237.73º 0.98% 0.63% -
HSV(B) 237.73º 0.73% 0.99% -
XYZ 22.63 13.35 94.31 -
YUV 93.2 218.18 110.03 -
System Red Green Blue C M Y K H S L
Decimal 68 75 253 0.73 0.70 0 0.01 237.73 0.98 0.63
Hex 44 4B FD 49 46 0 1 EE 62 3F
Octal 104 113 375 111 106 0 1 356 142 77
Binary 1000100 1001011 11111101 1001001 1000110 0 1 11101110 1100010 111111

Color Harmonies of #444BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444BFD

Black with #444BFD

Text Example


Text Example

White with #444BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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