#3D33F5

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

Shades of Neon Blue #3D33F5

Tints of Neon Blue #3D33F5

Color information

#3D33F5 (or 0x3D33F5) is unknown color: approx Neon Blue. HEX triplet: 3D, 33 and F5. RGB value is (61,51,245). Sum of RGB (Red+Green+Blue) = 61+51+245=357 (47% of max value = 765). Red value is 61 (24.22% from 255 or 17.09% from 357); Green value is 51 (20.31% from 255 or 14.29% from 357); Blue value is 245 (96.09% from 255 or 68.63% from 357); Max value from RGB is 245 - color contains mainly: blue. Hex color #3D33F5 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3D33F5 is #C2CC0A. Grayscale: #4B4B4B. Windows color (decimal): -12766219 or 16069437. OLE color: 16069437.

HSL color Cylindrical-coordinate representation of color #3D33F5: hue angle of 243.09º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3D33F5 is Cyan = 0.75, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB6151245-
CMYK0.750.7900.04
HSL243.09º90.65%58.04%-
HSV(B)243.09º79.18%96.08%-
XYZ19.599.9587.27-
YUV76.11223.31117.23-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 17.09%
GREEN value IS 51 (20.31% from 255) = 14.29%
BLUE value IS 245 (96.09% from 255) = 68.63%
R=17.09%
G=14.29%
B=68.63%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal61512450.750.7900.04243.0990.6558.04
Hex3D33F54B4F04f35b3a
Octal75633651131170436313372
Binary11110111001111110101100101110011110100111100111011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D33F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,51,245); }

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

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

 a { background-color: rgb(61,51,245); }

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

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

 span { border-color: rgb(61,51,245); }

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