Html Css Color HEX #613CEE Neon Blue

📋 copy color: '#613CEE'

red 97 ◦ green 60 ◦ blue 238

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

Shades of Neon Blue #613CEE

Tints of Neon Blue #613CEE

RGB

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

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

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

R = 24.56%
G = 15.19%
B = 60.25%

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

#613CEE (or 0x613CEE) is known color: Neon Blue. HEX triplet: 61, 3C and EE. RGB value is (97,60,238). Sum of RGB (Red+Green+Blue) = 97+60+238=395 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.56% from 395); Green value is 60 (23.83% from 255 or 15.19% from 395); Blue value is 238 (93.36% from 255 or 60.25% from 395); Max value from RGB is 238 - color contains mainly: blue. Hex color #613CEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #613CEE is #9EC311. Grayscale: #5A5A5A. Windows color (decimal): -10404626 or 15613025. OLE color: 15613025.

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

Color convert

RGB 97 60 238 -
CMYK 0.59 0.75 0 0.07
HSL 252.47º 0.84% 0.58% -
HSV(B) 252.47º 0.75% 0.93% -
XYZ 21.98 11.95 82.04 -
YUV 91.36 210.76 132.03 -
System Red Green Blue C M Y K H S L
Decimal 97 60 238 0.59 0.75 0 0.07 252.47 0.84 0.58
Hex 61 3C EE 3B 4B 0 7 FC 54 3A
Octal 141 74 356 73 113 0 7 374 124 72
Binary 1100001 111100 11101110 111011 1001011 0 111 11111100 1010100 111010

Color Harmonies of #613CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613CEE

Black with #613CEE

Text Example


Text Example

White with #613CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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