Html Css Color HEX #613BEC Neon Blue

📋 copy color: '#613BEC'

red 97 ◦ green 59 ◦ blue 236

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

Shades of Neon Blue #613BEC

Tints of Neon Blue #613BEC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.05%

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

R = 24.74%
G = 15.05%
B = 60.2%

CMYK

 C value IS 0.59

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#613BEC (or 0x613BEC) is known color: Neon Blue. HEX triplet: 61, 3B and EC. RGB value is (97,59,236). Sum of RGB (Red+Green+Blue) = 97+59+236=392 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.74% from 392); Green value is 59 (23.44% from 255 or 15.05% from 392); Blue value is 236 (92.58% from 255 or 60.20% from 392); Max value from RGB is 236 - color contains mainly: blue. Hex color #613BEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #613BEC is #9EC413. Grayscale: #595959. Windows color (decimal): -10404884 or 15481697. OLE color: 15481697.

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

Color convert

RGB 97 59 236 -
CMYK 0.59 0.75 0 0.07
HSL 252.88º 0.82% 0.58% -
HSV(B) 252.88º 0.75% 0.93% -
XYZ 21.63 11.73 80.48 -
YUV 90.54 210.09 132.61 -
System Red Green Blue C M Y K H S L
Decimal 97 59 236 0.59 0.75 0 0.07 252.88 0.82 0.58
Hex 61 3B EC 3B 4B 0 7 FD 52 3A
Octal 141 73 354 73 113 0 7 375 122 72
Binary 1100001 111011 11101100 111011 1001011 0 111 11111101 1010010 111010

Color Harmonies of #613BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613BEC

Black with #613BEC

Text Example


Text Example

White with #613BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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