#3D5BF8

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

Shades of Neon Blue #3D5BF8

Tints of Neon Blue #3D5BF8

Color information

#3D5BF8 (or 0x3D5BF8) is unknown color: approx Neon Blue. HEX triplet: 3D, 5B and F8. RGB value is (61,91,248). Sum of RGB (Red+Green+Blue) = 61+91+248=400 (52% of max value = 765). Red value is 61 (24.22% from 255 or 15.25% from 400); Green value is 91 (35.94% from 255 or 22.75% from 400); Blue value is 248 (97.27% from 255 or 62% from 400); Max value from RGB is 248 - color contains mainly: blue. Hex color #3D5BF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3D5BF8 is #C2A407. Grayscale: #636363. Windows color (decimal): -12755976 or 16276285. OLE color: 16276285.

HSL color Cylindrical-coordinate representation of color #3D5BF8: hue angle of 230.37º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3D5BF8 is Cyan = 0.75, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB6191248-
CMYK0.750.6300.03
HSL230.37º93.03%60.59%-
HSV(B)230.37º75.4%97.25%-
XYZ22.6115.2590.56-
YUV99.93211.56100.23-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 15.25%
GREEN value IS 91 (35.94% from 255) = 22.75%
BLUE value IS 248 (97.27% from 255) = 62%
R=15.25%
G=22.75%
B=62%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal61912480.750.6300.03230.3793.0360.59
Hex3D5BF84B3F03e65d3d
Octal75133370113770334613575
Binary1111011011011111110001001011111111011111001101011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5BF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,91,248); }

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

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

 a { background-color: rgb(61,91,248); }

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

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

 span { border-color: rgb(61,91,248); }

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