Html Css Color HEX #613AF1 Neon Blue

📋 copy color: '#613AF1'

red 97 ◦ green 58 ◦ blue 241

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

Shades of Neon Blue #613AF1

Tints of Neon Blue #613AF1

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.65%

 BLUE value IS 241 (94.53% from 255) = 60.86%

R = 24.49%
G = 14.65%
B = 60.86%

CMYK

 C value IS 0.60

 M value IS 0.76

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#613AF1 (or 0x613AF1) is known color: Neon Blue. HEX triplet: 61, 3A and F1. RGB value is (97,58,241). Sum of RGB (Red+Green+Blue) = 97+58+241=396 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.49% from 396); Green value is 58 (23.05% from 255 or 14.65% from 396); Blue value is 241 (94.53% from 255 or 60.86% from 396); Max value from RGB is 241 - color contains mainly: blue. Hex color #613AF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #613AF1 is #9EC50E. Grayscale: #595959. Windows color (decimal): -10405135 or 15809121. OLE color: 15809121.

HSL color Cylindrical-coordinate representation of color #613AF1: hue angle of 252.79º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #613AF1 is Cyan = 0.60, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 97 58 241 -
CMYK 0.60 0.76 0 0.05
HSL 252.79º 0.87% 0.59% -
HSV(B) 252.79º 0.76% 0.95% -
XYZ 22.32 11.92 84.34 -
YUV 90.52 212.92 132.62 -
System Red Green Blue C M Y K H S L
Decimal 97 58 241 0.60 0.76 0 0.05 252.79 0.87 0.59
Hex 61 3A F1 3C 4C 0 5 FD 57 3B
Octal 141 72 361 74 114 0 5 375 127 73
Binary 1100001 111010 11110001 111100 1001100 0 101 11111101 1010111 111011

Color Harmonies of #613AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613AF1

Black with #613AF1

Text Example


Text Example

White with #613AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,58,241); }

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

background-color css

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

 a { background-color: rgb(97,58,241); }

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

border-color css

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

 span { border-color: rgb(97,58,241); }

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