#3f33dc

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

Shades of Neon Blue #3F33DC

Tints of Neon Blue #3F33DC

Color information

#3F33DC (or 0x3F33DC) is unknown color: approx Neon Blue. HEX triplet: 3F, 33 and DC. RGB value is (63,51,220). Sum of RGB (Red+Green+Blue) = 63+51+220=334 (44% of max value = 765). Red value is 63 (25% from 255 or 18.86% from 334); Green value is 51 (20.31% from 255 or 15.27% from 334); Blue value is 220 (86.33% from 255 or 65.87% from 334); Max value from RGB is 220 - color contains mainly: blue. Hex color #3F33DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F33DC is #C0CC23. Grayscale: #494949. Windows color (decimal): -12635172 or 14431039. OLE color: 14431039.

HSL color Cylindrical-coordinate representation of color #3F33DC: hue angle of 244.26º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3F33DC is Cyan = 0.71, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB6351220-
CMYK0.710.7700.14
HSL244.26º70.71%53.14%-
HSV(B)244.26º76.82%86.27%-
XYZ16.158.5968.52-
YUV73.85210.48120.26-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.86%
GREEN value IS 51 (20.31% from 255) = 15.27%
BLUE value IS 220 (86.33% from 255) = 65.87%
R=18.86%
G=15.27%
B=65.87%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal63512200.710.7700.14244.2670.7153.14
Hex3F33DC474D0Ef44735
Octal776333410711501636410765
Binary111111110011110111001000111100110101110111101001000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3f33dc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,51,220); }

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

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

 a { background-color: rgb(63,51,220); }

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

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

 span { border-color: rgb(63,51,220); }

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