Html Css Color HEX #613DEE Neon Blue

📋 copy color: '#613DEE'

red 97 ◦ green 61 ◦ blue 238

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

Shades of Neon Blue #613DEE

Tints of Neon Blue #613DEE

RGB

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

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

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

R = 24.49%
G = 15.4%
B = 60.1%

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

#613DEE (or 0x613DEE) is known color: Neon Blue. HEX triplet: 61, 3D and EE. RGB value is (97,61,238). Sum of RGB (Red+Green+Blue) = 97+61+238=396 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.49% from 396); Green value is 61 (24.22% from 255 or 15.40% from 396); Blue value is 238 (93.36% from 255 or 60.10% from 396); Max value from RGB is 238 - color contains mainly: blue. Hex color #613DEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #613DEE is #9EC211. Grayscale: #5B5B5B. Windows color (decimal): -10404370 or 15613281. OLE color: 15613281.

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

Color convert

RGB 97 61 238 -
CMYK 0.59 0.74 0 0.07
HSL 252.2º 0.84% 0.59% -
HSV(B) 252.2º 0.74% 0.93% -
XYZ 22.03 12.05 82.05 -
YUV 91.94 210.43 131.61 -
System Red Green Blue C M Y K H S L
Decimal 97 61 238 0.59 0.74 0 0.07 252.2 0.84 0.59
Hex 61 3D EE 3B 4A 0 7 FC 54 3B
Octal 141 75 356 73 112 0 7 374 124 73
Binary 1100001 111101 11101110 111011 1001010 0 111 11111100 1010100 111011

Color Harmonies of #613DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613DEE

Black with #613DEE

Text Example


Text Example

White with #613DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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