Html Css Color HEX #613AFF Neon Blue

📋 copy color: '#613AFF'

red 97 ◦ green 58 ◦ blue 255

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

Shades of Neon Blue #613AFF

Tints of Neon Blue #613AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 62.2%

R = 23.66%
G = 14.15%
B = 62.2%

CMYK

 C value IS 0.62

 M value IS 0.77

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#613AFF (or 0x613AFF) is known color: Neon Blue. HEX triplet: 61, 3A and FF. RGB value is (97,58,255). Sum of RGB (Red+Green+Blue) = 97+58+255=410 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.66% from 410); Green value is 58 (23.05% from 255 or 14.15% from 410); Blue value is 255 (100% from 255 or 62.20% from 410); Max value from RGB is 255 - color contains mainly: blue. Hex color #613AFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #613AFF is #9EC500. Grayscale: #5B5B5B. Windows color (decimal): -10405121 or 16726625. OLE color: 16726625.

HSL color Cylindrical-coordinate representation of color #613AFF: hue angle of 251.88º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #613AFF is Cyan = 0.62, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 97 58 255 -
CMYK 0.62 0.77 0 0
HSL 251.88º 1% 0.61% -
HSV(B) 251.88º 0.77% 1% -
XYZ 24.49 12.79 95.79 -
YUV 92.12 219.92 131.48 -
System Red Green Blue C M Y K H S L
Decimal 97 58 255 0.62 0.77 0 0 251.88 1 0.61
Hex 61 3A FF 3E 4D 0 0 FC 64 3D
Octal 141 72 377 76 115 0 0 374 144 75
Binary 1100001 111010 11111111 111110 1001101 0 0 11111100 1100100 111101

Color Harmonies of #613AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613AFF

Black with #613AFF

Text Example


Text Example

White with #613AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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