#4C48FA

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

Shades of Neon Blue #4C48FA

Tints of Neon Blue #4C48FA

Color information

#4C48FA (or 0x4C48FA) is unknown color: approx Neon Blue. HEX triplet: 4C, 48 and FA. RGB value is (76,72,250). Sum of RGB (Red+Green+Blue) = 76+72+250=398 (52% of max value = 765). Red value is 76 (30.08% from 255 or 19.10% from 398); Green value is 72 (28.52% from 255 or 18.09% from 398); Blue value is 250 (98.05% from 255 or 62.81% from 398); Max value from RGB is 250 - color contains mainly: blue. Hex color #4C48FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4C48FA is #B3B705. Grayscale: #5C5C5C. Windows color (decimal): -11777798 or 16402508. OLE color: 16402508.

HSL color Cylindrical-coordinate representation of color #4C48FA: hue angle of 241.35º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4C48FA is Cyan = 0.70, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB7672250-
CMYK0.700.7100.02
HSL241.35º94.68%63.14%-
HSV(B)241.35º71.2%98.04%-
XYZ22.5513.0791.78-
YUV93.49216.33115.53-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 19.10%
GREEN value IS 72 (28.52% from 255) = 18.09%
BLUE value IS 250 (98.05% from 255) = 62.81%
R=19.10%
G=18.09%
B=62.81%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal76722500.700.7100.02241.3594.6863.14
Hex4C48FA464702f15f3f
Octal1141103721061070236113777
Binary100110010010001111101010001101000111010111100011011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C48FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,72,250); }

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

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

 a { background-color: rgb(76,72,250); }

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

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

 span { border-color: rgb(76,72,250); }

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