Html Css Color HEX #613CEB Neon Blue

📋 copy color: '#613CEB'

red 97 ◦ green 60 ◦ blue 235

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

Shades of Neon Blue #613CEB

Tints of Neon Blue #613CEB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.31%

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

R = 24.74%
G = 15.31%
B = 59.95%

CMYK

 C value IS 0.59

 M value IS 0.74

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#613CEB (or 0x613CEB) is known color: Neon Blue. HEX triplet: 61, 3C and EB. RGB value is (97,60,235). Sum of RGB (Red+Green+Blue) = 97+60+235=392 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.74% from 392); Green value is 60 (23.83% from 255 or 15.31% from 392); Blue value is 235 (92.19% from 255 or 59.95% from 392); Max value from RGB is 235 - color contains mainly: blue. Hex color #613CEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #613CEB is #9EC314. Grayscale: #5A5A5A. Windows color (decimal): -10404629 or 15416417. OLE color: 15416417.

HSL color Cylindrical-coordinate representation of color #613CEB: hue angle of 252.69º 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 #613CEB is Cyan = 0.59, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 97 60 235 -
CMYK 0.59 0.74 0 0.08
HSL 252.69º 0.81% 0.58% -
HSV(B) 252.69º 0.74% 0.92% -
XYZ 21.54 11.77 79.73 -
YUV 91.01 209.26 132.27 -
System Red Green Blue C M Y K H S L
Decimal 97 60 235 0.59 0.74 0 0.08 252.69 0.81 0.58
Hex 61 3C EB 3B 4A 0 8 FD 51 3A
Octal 141 74 353 73 112 0 10 375 121 72
Binary 1100001 111100 11101011 111011 1001010 0 1000 11111101 1010001 111010

Color Harmonies of #613CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613CEB

Black with #613CEB

Text Example


Text Example

White with #613CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,60,235); }

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

background-color css

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

 a { background-color: rgb(97,60,235); }

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

border-color css

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

 span { border-color: rgb(97,60,235); }

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