#3c48ff

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

Shades of Neon Blue #3C48FF

Tints of Neon Blue #3C48FF

Color information

#3C48FF (or 0x3C48FF) is unknown color: approx Neon Blue. HEX triplet: 3C, 48 and FF. RGB value is (60,72,255). Sum of RGB (Red+Green+Blue) = 60+72+255=387 (51% of max value = 765). Red value is 60 (23.83% from 255 or 15.50% from 387); Green value is 72 (28.52% from 255 or 18.60% from 387); Blue value is 255 (100% from 255 or 65.89% from 387); Max value from RGB is 255 - color contains mainly: blue. Hex color #3C48FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3C48FF is #C3B700. Grayscale: #585858. Windows color (decimal): -12826369 or 16730172. OLE color: 16730172.

HSL color Cylindrical-coordinate representation of color #3C48FF: hue angle of 236.31º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3C48FF is Cyan = 0.76, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB6072255-
CMYK0.760.7200
HSL236.31º100%61.76%-
HSV(B)236.31º76.47%100%-
XYZ22.2312.8295.91-
YUV89.27221.52107.12-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 15.50%
GREEN value IS 72 (28.52% from 255) = 18.60%
BLUE value IS 255 (100% from 255) = 65.89%
R=15.50%
G=18.60%
B=65.89%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal60722550.760.7200236.3110061.76
Hex3C48FF4C4800ec643e
Octal741103771141100035414476
Binary1111001001000111111111001100100100000111011001100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3c48ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3c48ff; }

 p { color: rgb(60,72,255); }

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

<style>
 a { background-color: #3c48ff; }

 a { background-color: rgb(60,72,255); }

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

<style>
 span { border-color: #3c48ff; }

 span { border-color: rgb(60,72,255); }

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