Html Css Color HEX #613DEC Neon Blue

📋 copy color: '#613DEC'

red 97 ◦ green 61 ◦ blue 236

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

Shades of Neon Blue #613DEC

Tints of Neon Blue #613DEC

RGB

 RED value IS 97 (38.28% from 255) = 24.62%

 GREEN value IS 61 (24.22% from 255) = 15.48%

 BLUE value IS 236 (92.58% from 255) = 59.9%

R = 24.62%
G = 15.48%
B = 59.9%

CMYK

 C value IS 0.59

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#613DEC (or 0x613DEC) is known color: Neon Blue. HEX triplet: 61, 3D and EC. RGB value is (97,61,236). Sum of RGB (Red+Green+Blue) = 97+61+236=394 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.62% from 394); Green value is 61 (24.22% from 255 or 15.48% from 394); Blue value is 236 (92.58% from 255 or 59.90% from 394); Max value from RGB is 236 - color contains mainly: blue. Hex color #613DEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #613DEC is #9EC213. Grayscale: #5B5B5B. Windows color (decimal): -10404372 or 15482209. OLE color: 15482209.

HSL color Cylindrical-coordinate representation of color #613DEC: hue angle of 252.34º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #613DEC is Cyan = 0.59, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 97 61 236 -
CMYK 0.59 0.74 0 0.07
HSL 252.34º 0.82% 0.58% -
HSV(B) 252.34º 0.74% 0.93% -
XYZ 21.74 11.94 80.51 -
YUV 91.71 209.43 131.77 -
System Red Green Blue C M Y K H S L
Decimal 97 61 236 0.59 0.74 0 0.07 252.34 0.82 0.58
Hex 61 3D EC 3B 4A 0 7 FC 52 3A
Octal 141 75 354 73 112 0 7 374 122 72
Binary 1100001 111101 11101100 111011 1001010 0 111 11111100 1010010 111010

Color Harmonies of #613DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613DEC

Black with #613DEC

Text Example


Text Example

White with #613DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613DEC; }

 p { color: rgb(97,61,236); }

 H1.HeaderClassName
 {
   color: #613DEC;
 }
 .AnyTagClassName
 {
   color: #613DEC;
 }
</style>

background-color css

<style>
 a { background-color: #613DEC; }

 a { background-color: rgb(97,61,236); }

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

border-color css

<style>
 span { border-color: #613DEC; }

 span { border-color: rgb(97,61,236); }

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