#3C42FF

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

Shades of Neon Blue #3C42FF

Tints of Neon Blue #3C42FF

Color information

#3C42FF (or 0x3C42FF) is unknown color: approx Neon Blue. HEX triplet: 3C, 42 and FF. RGB value is (60,66,255). Sum of RGB (Red+Green+Blue) = 60+66+255=381 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.75% from 381); Green value is 66 (26.17% from 255 or 17.32% from 381); Blue value is 255 (100% from 255 or 66.93% from 381); Max value from RGB is 255 - color contains mainly: blue. Hex color #3C42FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3C42FF is #C3BD00. Grayscale: #545454. Windows color (decimal): -12827905 or 16728636. OLE color: 16728636.

HSL color Cylindrical-coordinate representation of color #3C42FF: hue angle of 238.15º 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 #3C42FF is Cyan = 0.76, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB6066255-
CMYK0.760.7400
HSL238.15º100%61.76%-
HSV(B)238.15º76.47%100%-
XYZ21.8612.0895.79-
YUV85.75223.51109.63-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 15.75%
GREEN value IS 66 (26.17% from 255) = 17.32%
BLUE value IS 255 (100% from 255) = 66.93%
R=15.75%
G=17.32%
B=66.93%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal60662550.760.7400238.1510061.76
Hex3C42FF4C4A00ee643e
Octal741023771141120035614476
Binary1111001000010111111111001100100101000111011101100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C42FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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