#3B3FF7

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

Shades of Neon Blue #3B3FF7

Tints of Neon Blue #3B3FF7

Color information

#3B3FF7 (or 0x3B3FF7) is unknown color: approx Neon Blue. HEX triplet: 3B, 3F and F7. RGB value is (59,63,247). Sum of RGB (Red+Green+Blue) = 59+63+247=369 (48% of max value = 765). Red value is 59 (23.44% from 255 or 15.99% from 369); Green value is 63 (25% from 255 or 17.07% from 369); Blue value is 247 (96.88% from 255 or 66.94% from 369); Max value from RGB is 247 - color contains mainly: blue. Hex color #3B3FF7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3B3FF7 is #C4C008. Grayscale: #525252. Windows color (decimal): -12894217 or 16203579. OLE color: 16203579.

HSL color Cylindrical-coordinate representation of color #3B3FF7: hue angle of 238.72º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3B3FF7 is Cyan = 0.76, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB5963247-
CMYK0.760.7400.03
HSL238.72º92.16%60%-
HSV(B)238.72º76.11%96.86%-
XYZ20.3711.289.08-
YUV82.78220.67111.04-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 15.99%
GREEN value IS 63 (25% from 255) = 17.07%
BLUE value IS 247 (96.88% from 255) = 66.94%
R=15.99%
G=17.07%
B=66.94%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal59632470.760.7400.03238.7292.1660
Hex3B3FF74C4A03ef5c3c
Octal73773671141120335713474
Binary1110111111111111011110011001001010011111011111011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3FF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,63,247); }

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

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

 a { background-color: rgb(59,63,247); }

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

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

 span { border-color: rgb(59,63,247); }

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