Html Css Color HEX #3D55EF Neon Blue

📋 copy color: '#3D55EF'

red 61 ◦ green 85 ◦ blue 239

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

Shades of Neon Blue #3D55EF

Tints of Neon Blue #3D55EF

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.08%

 BLUE value IS 239 (93.75% from 255) = 62.08%

R = 15.84%
G = 22.08%
B = 62.08%

CMYK

 C value IS 0.74

 M value IS 0.64

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#3D55EF (or 0x3D55EF) is known color: Neon Blue. HEX triplet: 3D, 55 and EF. RGB value is (61,85,239). Sum of RGB (Red+Green+Blue) = 61+85+239=385 (50% of max value = 765). Red value is 61 (24.22% from 255 or 15.84% from 385); Green value is 85 (33.59% from 255 or 22.08% from 385); Blue value is 239 (93.75% from 255 or 62.08% from 385); Max value from RGB is 239 - color contains mainly: blue. Hex color #3D55EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3D55EF is #C2AA10. Grayscale: #5E5E5E. Windows color (decimal): -12757521 or 15684925. OLE color: 15684925.

HSL color Cylindrical-coordinate representation of color #3D55EF: hue angle of 231.91º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3D55EF is Cyan = 0.74, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 61 85 239 -
CMYK 0.74 0.64 0 0.06
HSL 231.91º 0.85% 0.59% -
HSV(B) 231.91º 0.74% 0.94% -
XYZ 20.75 13.72 83.22 -
YUV 95.38 209.05 103.48 -
System Red Green Blue C M Y K H S L
Decimal 61 85 239 0.74 0.64 0 0.06 231.91 0.85 0.59
Hex 3D 55 EF 4A 40 0 6 E8 55 3B
Octal 75 125 357 112 100 0 6 350 125 73
Binary 111101 1010101 11101111 1001010 1000000 0 110 11101000 1010101 111011

Color Harmonies of #3D55EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D55EF

Black with #3D55EF

Text Example


Text Example

White with #3D55EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,85,239); }

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

background-color css

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

 a { background-color: rgb(61,85,239); }

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

border-color css

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

 span { border-color: rgb(61,85,239); }

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