#4C44F8

Color #4C44F8 Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #4C44F8

Tints of Neon Blue #4C44F8

Color information

#4C44F8 (or 0x4C44F8) is unknown color: approx Neon Blue. HEX triplet: 4C, 44 and F8. RGB value is (76,68,248). Sum of RGB (Red+Green+Blue) = 76+68+248=392 (51% of max value = 765). Red value is 76 (30.08% from 255 or 19.39% from 392); Green value is 68 (26.95% from 255 or 17.35% from 392); Blue value is 248 (97.27% from 255 or 63.27% from 392); Max value from RGB is 248 - color contains mainly: blue. Hex color #4C44F8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4C44F8 is #B3BB07. Grayscale: #5A5A5A. Windows color (decimal): -11778824 or 16270412. OLE color: 16270412.

HSL color Cylindrical-coordinate representation of color #4C44F8: hue angle of 242.67º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4C44F8 is Cyan = 0.69, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB7668248-
CMYK0.690.7300.03
HSL242.67º92.78%61.96%-
HSV(B)242.67º72.58%97.25%-
XYZ21.9912.4590.05-
YUV90.91216.65117.36-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 19.39%
GREEN value IS 68 (26.95% from 255) = 17.35%
BLUE value IS 248 (97.27% from 255) = 63.27%
R=19.39%
G=17.35%
B=63.27%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal76682480.690.7300.03242.6792.7861.96
Hex4C44F8454903f35d3e
Octal1141043701051110336313576
Binary100110010001001111100010001011001001011111100111011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C44F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4C44F8; }

 p { color: rgb(76,68,248); }

 H1.HeaderClassName
 {
   color: #4C44F8;
 }
 .AnyTagClassName
 {
   color: #4C44F8;
 }
</style>
background-color css

<style>
 a { background-color: #4C44F8; }

 a { background-color: rgb(76,68,248); }

 div.DivClassName
 {
   background-color: #4C44F8;
 }
 .BgClassName
 {
   background-color: #4C44F8;
 }
</style>
border-color css

<style>
 span { border-color: #4C44F8; }

 span { border-color: rgb(76,68,248); }

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