Html Css Color HEX #444EFB Neon Blue

📋 copy color: '#444EFB'

red 68 ◦ green 78 ◦ blue 251

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

Shades of Neon Blue #444EFB

Tints of Neon Blue #444EFB

RGB

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

 GREEN value IS 78 (30.86% from 255) = 19.65%

 BLUE value IS 251 (98.44% from 255) = 63.22%

R = 17.13%
G = 19.65%
B = 63.22%

CMYK

 C value IS 0.73

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#444EFB (or 0x444EFB) is known color: Neon Blue. HEX triplet: 44, 4E and FB. RGB value is (68,78,251). Sum of RGB (Red+Green+Blue) = 68+78+251=397 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.13% from 397); Green value is 78 (30.86% from 255 or 19.65% from 397); Blue value is 251 (98.44% from 255 or 63.22% from 397); Max value from RGB is 251 - color contains mainly: blue. Hex color #444EFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #444EFB is #BBB104. Grayscale: #5E5E5E. Windows color (decimal): -12300549 or 16469572. OLE color: 16469572.

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

Color convert

RGB 68 78 251 -
CMYK 0.73 0.69 0 0.02
HSL 236.72º 0.96% 0.63% -
HSV(B) 236.72º 0.73% 0.98% -
XYZ 22.52 13.64 92.71 -
YUV 94.73 216.19 108.93 -
System Red Green Blue C M Y K H S L
Decimal 68 78 251 0.73 0.69 0 0.02 236.72 0.96 0.63
Hex 44 4E FB 49 45 0 2 ED 60 3F
Octal 104 116 373 111 105 0 2 355 140 77
Binary 1000100 1001110 11111011 1001001 1000101 0 10 11101101 1100000 111111

Color Harmonies of #444EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444EFB

Black with #444EFB

Text Example


Text Example

White with #444EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,78,251); }

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

background-color css

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

 a { background-color: rgb(68,78,251); }

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

border-color css

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

 span { border-color: rgb(68,78,251); }

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