Html Css Color HEX #3D3FEB Neon Blue

📋 copy color: '#3D3FEB'

red 61 ◦ green 63 ◦ blue 235

#3D3FEB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Blue #3D3FEB

Tints of Neon Blue #3D3FEB

RGB

 RED value IS 61 (24.22% from 255) = 16.99%

 GREEN value IS 63 (25% from 255) = 17.55%

 BLUE value IS 235 (92.19% from 255) = 65.46%

R = 16.99%
G = 17.55%
B = 65.46%

CMYK

 C value IS 0.74

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#3D3FEB (or 0x3D3FEB) is known color: Neon Blue. HEX triplet: 3D, 3F and EB. RGB value is (61,63,235). Sum of RGB (Red+Green+Blue) = 61+63+235=359 (47% of max value = 765). Red value is 61 (24.22% from 255 or 16.99% from 359); Green value is 63 (25% from 255 or 17.55% from 359); Blue value is 235 (92.19% from 255 or 65.46% from 359); Max value from RGB is 235 - color contains mainly: blue. Hex color #3D3FEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3D3FEB is #C2C014. Grayscale: #515151. Windows color (decimal): -12763157 or 15417149. OLE color: 15417149.

HSL color Cylindrical-coordinate representation of color #3D3FEB: hue angle of 239.31º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3D3FEB is Cyan = 0.74, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 61 63 235 -
CMYK 0.74 0.73 0 0.08
HSL 239.31º 0.81% 0.58% -
HSV(B) 239.31º 0.74% 0.92% -
XYZ 18.7 10.55 79.65 -
YUV 82.01 214.34 113.01 -
System Red Green Blue C M Y K H S L
Decimal 61 63 235 0.74 0.73 0 0.08 239.31 0.81 0.58
Hex 3D 3F EB 4A 49 0 8 EF 51 3A
Octal 75 77 353 112 111 0 10 357 121 72
Binary 111101 111111 11101011 1001010 1001001 0 1000 11101111 1010001 111010

Color Harmonies of #3D3FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D3FEB

Black with #3D3FEB

Text Example


Text Example

White with #3D3FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,63,235); }

 H1.HeaderClassName
 {
   color: #3D3FEB;
 }
 .AnyTagClassName
 {
   color: #3D3FEB;
 }
</style>

background-color css

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

 a { background-color: rgb(61,63,235); }

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

border-color css

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

 span { border-color: rgb(61,63,235); }

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