Html Css Color HEX #444BFB Neon Blue

📋 copy color: '#444BFB'

red 68 ◦ green 75 ◦ blue 251

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

Shades of Neon Blue #444BFB

Tints of Neon Blue #444BFB

RGB

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

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

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

R = 17.26%
G = 19.04%
B = 63.71%

CMYK

 C value IS 0.73

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#444BFB (or 0x444BFB) is known color: Neon Blue. HEX triplet: 44, 4B and FB. RGB value is (68,75,251). Sum of RGB (Red+Green+Blue) = 68+75+251=394 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.26% from 394); Green value is 75 (29.69% from 255 or 19.04% from 394); Blue value is 251 (98.44% from 255 or 63.71% from 394); Max value from RGB is 251 - color contains mainly: blue. Hex color #444BFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #444BFB is #BBB404. Grayscale: #5C5C5C. Windows color (decimal): -12301317 or 16468804. OLE color: 16468804.

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

Color convert

RGB 68 75 251 -
CMYK 0.73 0.70 0 0.02
HSL 237.7º 0.96% 0.63% -
HSV(B) 237.7º 0.73% 0.98% -
XYZ 22.31 13.23 92.64 -
YUV 92.97 217.18 110.19 -
System Red Green Blue C M Y K H S L
Decimal 68 75 251 0.73 0.70 0 0.02 237.7 0.96 0.63
Hex 44 4B FB 49 46 0 2 EE 60 3F
Octal 104 113 373 111 106 0 2 356 140 77
Binary 1000100 1001011 11111011 1001001 1000110 0 10 11101110 1100000 111111

Color Harmonies of #444BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444BFB

Black with #444BFB

Text Example


Text Example

White with #444BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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