Html Css Color HEX #4440F0 Neon Blue

📋 copy color: '#4440F0'

red 68 ◦ green 64 ◦ blue 240

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

Shades of Neon Blue #4440F0

Tints of Neon Blue #4440F0

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.2%

 BLUE value IS 240 (94.14% from 255) = 64.52%

R = 18.28%
G = 17.2%
B = 64.52%

CMYK

 C value IS 0.72

 M value IS 0.73

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#4440F0 (or 0x4440F0) is known color: Neon Blue. HEX triplet: 44, 40 and F0. RGB value is (68,64,240). Sum of RGB (Red+Green+Blue) = 68+64+240=372 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.28% from 372); Green value is 64 (25.39% from 255 or 17.20% from 372); Blue value is 240 (94.14% from 255 or 64.52% from 372); Max value from RGB is 240 - color contains mainly: blue. Hex color #4440F0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4440F0 is #BBBF0F. Grayscale: #545454. Windows color (decimal): -12304144 or 15745092. OLE color: 15745092.

HSL color Cylindrical-coordinate representation of color #4440F0: hue angle of 241.36º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4440F0 is Cyan = 0.72, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 68 64 240 -
CMYK 0.72 0.73 0 0.06
HSL 241.36º 0.85% 0.6% -
HSV(B) 241.36º 0.73% 0.94% -
XYZ 19.95 11.19 83.55 -
YUV 85.26 215.33 115.69 -
System Red Green Blue C M Y K H S L
Decimal 68 64 240 0.72 0.73 0 0.06 241.36 0.85 0.6
Hex 44 40 F0 48 49 0 6 F1 55 3C
Octal 104 100 360 110 111 0 6 361 125 74
Binary 1000100 1000000 11110000 1001000 1001001 0 110 11110001 1010101 111100

Color Harmonies of #4440F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4440F0

Black with #4440F0

Text Example


Text Example

White with #4440F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4440F0; }

 p { color: rgb(68,64,240); }

 H1.HeaderClassName
 {
   color: #4440F0;
 }
 .AnyTagClassName
 {
   color: #4440F0;
 }
</style>

background-color css

<style>
 a { background-color: #4440F0; }

 a { background-color: rgb(68,64,240); }

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

border-color css

<style>
 span { border-color: #4440F0; }

 span { border-color: rgb(68,64,240); }

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