#3D34F3

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

Shades of Neon Blue #3D34F3

Tints of Neon Blue #3D34F3

Color information

#3D34F3 (or 0x3D34F3) is unknown color: approx Neon Blue. HEX triplet: 3D, 34 and F3. RGB value is (61,52,243). Sum of RGB (Red+Green+Blue) = 61+52+243=356 (47% of max value = 765). Red value is 61 (24.22% from 255 or 17.13% from 356); Green value is 52 (20.70% from 255 or 14.61% from 356); Blue value is 243 (95.31% from 255 or 68.26% from 356); Max value from RGB is 243 - color contains mainly: blue. Hex color #3D34F3 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3D34F3 is #C2CB0C. Grayscale: #4B4B4B. Windows color (decimal): -12765965 or 15938621. OLE color: 15938621.

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

Color convert

RGB6152243-
CMYK0.750.7900.05
HSL242.83º88.84%57.84%-
HSV(B)242.83º78.6%95.29%-
XYZ19.339.9285.69-
YUV76.46221.98116.97-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 17.13%
GREEN value IS 52 (20.70% from 255) = 14.61%
BLUE value IS 243 (95.31% from 255) = 68.26%
R=17.13%
G=14.61%
B=68.26%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal61522430.750.7900.05242.8388.8457.84
Hex3D34F34B4F05f3593a
Octal75643631131170536313172
Binary11110111010011110011100101110011110101111100111011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D34F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,52,243); }

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

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

 a { background-color: rgb(61,52,243); }

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

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

 span { border-color: rgb(61,52,243); }

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