#3c30ff

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

Shades of Neon Blue #3C30FF

Tints of Neon Blue #3C30FF

Color information

#3C30FF (or 0x3C30FF) is unknown color: approx Neon Blue. HEX triplet: 3C, 30 and FF. RGB value is (60,48,255). Sum of RGB (Red+Green+Blue) = 60+48+255=363 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.53% from 363); Green value is 48 (19.14% from 255 or 13.22% from 363); Blue value is 255 (100% from 255 or 70.25% from 363); Max value from RGB is 255 - color contains mainly: blue. Hex color #3C30FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3C30FF is #C3CF00. Grayscale: #4A4A4A. Windows color (decimal): -12832513 or 16724028. OLE color: 16724028.

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

Color convert

RGB6048255-
CMYK0.760.8100
HSL243.48º100%59.41%-
HSV(B)243.48º81.18%100%-
XYZ20.9710.2995.49-
YUV75.19229.48117.17-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 16.53%
GREEN value IS 48 (19.14% from 255) = 13.22%
BLUE value IS 255 (100% from 255) = 70.25%
R=16.53%
G=13.22%
B=70.25%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal60482550.760.8100243.4810059.41
Hex3C30FF4C5100f3643b
Octal74603771141210036314473
Binary111100110000111111111001100101000100111100111100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3c30ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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