#3F35FC

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

Shades of Neon Blue #3F35FC

Tints of Neon Blue #3F35FC

Color information

#3F35FC (or 0x3F35FC) is unknown color: approx Neon Blue. HEX triplet: 3F, 35 and FC. RGB value is (63,53,252). Sum of RGB (Red+Green+Blue) = 63+53+252=368 (48% of max value = 765). Red value is 63 (25% from 255 or 17.12% from 368); Green value is 53 (21.09% from 255 or 14.40% from 368); Blue value is 252 (98.83% from 255 or 68.48% from 368); Max value from RGB is 252 - color contains mainly: blue. Hex color #3F35FC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3F35FC is #C0CA03. Grayscale: #4D4D4D. Windows color (decimal): -12634628 or 16528703. OLE color: 16528703.

HSL color Cylindrical-coordinate representation of color #3F35FC: hue angle of 243.02º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3F35FC is Cyan = 0.75, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB6353252-
CMYK0.750.7900.01
HSL243.02º97.07%59.8%-
HSV(B)243.02º78.97%98.82%-
XYZ20.8910.6393.05-
YUV78.68225.81116.82-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 17.12%
GREEN value IS 53 (21.09% from 255) = 14.40%
BLUE value IS 252 (98.83% from 255) = 68.48%
R=17.12%
G=14.40%
B=68.48%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal63532520.750.7900.01243.0297.0759.8
Hex3F35FC4B4F01f3613c
Octal77653741131170136314174
Binary111111110101111111001001011100111101111100111100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F35FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,53,252); }

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

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

 a { background-color: rgb(63,53,252); }

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

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

 span { border-color: rgb(63,53,252); }

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