Html Css Color HEX #613BFA Neon Blue

📋 copy color: '#613BFA'

red 97 ◦ green 59 ◦ blue 250

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

Shades of Neon Blue #613BFA

Tints of Neon Blue #613BFA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 14.53%

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

R = 23.89%
G = 14.53%
B = 61.58%

CMYK

 C value IS 0.61

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#613BFA (or 0x613BFA) is known color: Neon Blue. HEX triplet: 61, 3B and FA. RGB value is (97,59,250). Sum of RGB (Red+Green+Blue) = 97+59+250=406 (53% of max value = 765). Red value is 97 (38.28% from 255 or 23.89% from 406); Green value is 59 (23.44% from 255 or 14.53% from 406); Blue value is 250 (98.05% from 255 or 61.58% from 406); Max value from RGB is 250 - color contains mainly: blue. Hex color #613BFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #613BFA is #9EC405. Grayscale: #5B5B5B. Windows color (decimal): -10404870 or 16399201. OLE color: 16399201.

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

Color convert

RGB 97 59 250 -
CMYK 0.61 0.76 0 0.02
HSL 251.94º 0.95% 0.61% -
HSV(B) 251.94º 0.76% 0.98% -
XYZ 23.75 12.57 91.62 -
YUV 92.14 217.09 131.47 -
System Red Green Blue C M Y K H S L
Decimal 97 59 250 0.61 0.76 0 0.02 251.94 0.95 0.61
Hex 61 3B FA 3D 4C 0 2 FC 5F 3D
Octal 141 73 372 75 114 0 2 374 137 75
Binary 1100001 111011 11111010 111101 1001100 0 10 11111100 1011111 111101

Color Harmonies of #613BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613BFA

Black with #613BFA

Text Example


Text Example

White with #613BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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