Html Css Color HEX #613AFE Neon Blue

📋 copy color: '#613AFE'

red 97 ◦ green 58 ◦ blue 254

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

Shades of Neon Blue #613AFE

Tints of Neon Blue #613AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 62.1%

R = 23.72%
G = 14.18%
B = 62.1%

CMYK

 C value IS 0.62

 M value IS 0.77

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#613AFE (or 0x613AFE) is known color: Neon Blue. HEX triplet: 61, 3A and FE. RGB value is (97,58,254). Sum of RGB (Red+Green+Blue) = 97+58+254=409 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.72% from 409); Green value is 58 (23.05% from 255 or 14.18% from 409); Blue value is 254 (99.61% from 255 or 62.10% from 409); Max value from RGB is 254 - color contains mainly: blue. Hex color #613AFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #613AFE is #9EC501. Grayscale: #5B5B5B. Windows color (decimal): -10405122 or 16661089. OLE color: 16661089.

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

Color convert

RGB 97 58 254 -
CMYK 0.62 0.77 0 0.00
HSL 251.94º 0.99% 0.61% -
HSV(B) 251.94º 0.77% 1% -
XYZ 24.33 12.72 94.94 -
YUV 92.01 219.42 131.56 -
System Red Green Blue C M Y K H S L
Decimal 97 58 254 0.62 0.77 0 0.00 251.94 0.99 0.61
Hex 61 3A FE 3E 4D 0 0 FC 63 3D
Octal 141 72 376 76 115 0 0 374 143 75
Binary 1100001 111010 11111110 111110 1001101 0 0 11111100 1100011 111101

Color Harmonies of #613AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613AFE

Black with #613AFE

Text Example


Text Example

White with #613AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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