Html Css Color HEX #613EFA Neon Blue

📋 copy color: '#613EFA'

red 97 ◦ green 62 ◦ blue 250

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

Shades of Neon Blue #613EFA

Tints of Neon Blue #613EFA

RGB

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

 GREEN value IS 62 (24.61% from 255) = 15.16%

 BLUE value IS 250 (98.05% from 255) = 61.12%

R = 23.72%
G = 15.16%
B = 61.12%

CMYK

 C value IS 0.61

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#613EFA (or 0x613EFA) is known color: Neon Blue. HEX triplet: 61, 3E and FA. RGB value is (97,62,250). Sum of RGB (Red+Green+Blue) = 97+62+250=409 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.72% from 409); Green value is 62 (24.61% from 255 or 15.16% from 409); Blue value is 250 (98.05% from 255 or 61.12% from 409); Max value from RGB is 250 - color contains mainly: blue. Hex color #613EFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #613EFA is #9EC105. Grayscale: #5D5D5D. Windows color (decimal): -10404102 or 16399969. OLE color: 16399969.

HSL color Cylindrical-coordinate representation of color #613EFA: hue angle of 251.17º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #613EFA is Cyan = 0.61, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 97 62 250 -
CMYK 0.61 0.75 0 0.02
HSL 251.17º 0.95% 0.61% -
HSV(B) 251.17º 0.75% 0.98% -
XYZ 23.91 12.89 91.67 -
YUV 93.9 216.1 130.21 -
System Red Green Blue C M Y K H S L
Decimal 97 62 250 0.61 0.75 0 0.02 251.17 0.95 0.61
Hex 61 3E FA 3D 4B 0 2 FB 5F 3D
Octal 141 76 372 75 113 0 2 373 137 75
Binary 1100001 111110 11111010 111101 1001011 0 10 11111011 1011111 111101

Color Harmonies of #613EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613EFA

Black with #613EFA

Text Example


Text Example

White with #613EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,62,250); }

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

background-color css

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

 a { background-color: rgb(97,62,250); }

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

border-color css

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

 span { border-color: rgb(97,62,250); }

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