Html Css Color HEX #613BEE Neon Blue

📋 copy color: '#613BEE'

red 97 ◦ green 59 ◦ blue 238

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

Shades of Neon Blue #613BEE

Tints of Neon Blue #613BEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 60.41%

R = 24.62%
G = 14.97%
B = 60.41%

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

#613BEE (or 0x613BEE) is known color: Neon Blue. HEX triplet: 61, 3B and EE. RGB value is (97,59,238). Sum of RGB (Red+Green+Blue) = 97+59+238=394 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.62% from 394); Green value is 59 (23.44% from 255 or 14.97% from 394); Blue value is 238 (93.36% from 255 or 60.41% from 394); Max value from RGB is 238 - color contains mainly: blue. Hex color #613BEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #613BEE is #9EC411. Grayscale: #5A5A5A. Windows color (decimal): -10404882 or 15612769. OLE color: 15612769.

HSL color Cylindrical-coordinate representation of color #613BEE: hue angle of 252.74º degrees, saturation: 0.84, 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 #613BEE is Cyan = 0.59, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 97 59 238 -
CMYK 0.59 0.75 0 0.07
HSL 252.74º 0.84% 0.58% -
HSV(B) 252.74º 0.75% 0.93% -
XYZ 21.93 11.84 82.02 -
YUV 90.77 211.09 132.45 -
System Red Green Blue C M Y K H S L
Decimal 97 59 238 0.59 0.75 0 0.07 252.74 0.84 0.58
Hex 61 3B EE 3B 4B 0 7 FD 54 3A
Octal 141 73 356 73 113 0 7 375 124 72
Binary 1100001 111011 11101110 111011 1001011 0 111 11111101 1010100 111010

Color Harmonies of #613BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613BEE

Black with #613BEE

Text Example


Text Example

White with #613BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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