#3F34DF

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

Shades of Neon Blue #3F34DF

Tints of Neon Blue #3F34DF

Color information

#3F34DF (or 0x3F34DF) is unknown color: approx Neon Blue. HEX triplet: 3F, 34 and DF. RGB value is (63,52,223). Sum of RGB (Red+Green+Blue) = 63+52+223=338 (44% of max value = 765). Red value is 63 (25% from 255 or 18.64% from 338); Green value is 52 (20.70% from 255 or 15.38% from 338); Blue value is 223 (87.5% from 255 or 65.98% from 338); Max value from RGB is 223 - color contains mainly: blue. Hex color #3F34DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F34DF is #C0CB20. Grayscale: #4A4A4A. Windows color (decimal): -12634913 or 14627903. OLE color: 14627903.

HSL color Cylindrical-coordinate representation of color #3F34DF: hue angle of 243.86º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3F34DF is Cyan = 0.72, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB6352223-
CMYK0.720.7700.13
HSL243.86º72.77%53.92%-
HSV(B)243.86º76.68%87.45%-
XYZ16.68.8470.64-
YUV74.78211.64119.6-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.64%
GREEN value IS 52 (20.70% from 255) = 15.38%
BLUE value IS 223 (87.5% from 255) = 65.98%
R=18.64%
G=15.38%
B=65.98%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal63522230.720.7700.13243.8672.7753.92
Hex3F34DF484D0Df44936
Octal776433711011501536411166
Binary111111110100110111111001000100110101101111101001001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F34DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,52,223); }

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

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

 a { background-color: rgb(63,52,223); }

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

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

 span { border-color: rgb(63,52,223); }

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