Html Css Color HEX #613CFA Neon Blue

📋 copy color: '#613CFA'

red 97 ◦ green 60 ◦ blue 250

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

Shades of Neon Blue #613CFA

Tints of Neon Blue #613CFA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.74%

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

R = 23.83%
G = 14.74%
B = 61.43%

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

#613CFA (or 0x613CFA) is known color: Neon Blue. HEX triplet: 61, 3C and FA. RGB value is (97,60,250). Sum of RGB (Red+Green+Blue) = 97+60+250=407 (53% of max value = 765). Red value is 97 (38.28% from 255 or 23.83% from 407); Green value is 60 (23.83% from 255 or 14.74% from 407); Blue value is 250 (98.05% from 255 or 61.43% from 407); Max value from RGB is 250 - color contains mainly: blue. Hex color #613CFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #613CFA is #9EC305. Grayscale: #5C5C5C. Windows color (decimal): -10404614 or 16399457. OLE color: 16399457.

HSL color Cylindrical-coordinate representation of color #613CFA: hue angle of 251.68º 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 #613CFA is Cyan = 0.61, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 97 60 250 -
CMYK 0.61 0.76 0 0.02
HSL 251.68º 0.95% 0.61% -
HSV(B) 251.68º 0.76% 0.98% -
XYZ 23.8 12.68 91.63 -
YUV 92.72 216.76 131.05 -
System Red Green Blue C M Y K H S L
Decimal 97 60 250 0.61 0.76 0 0.02 251.68 0.95 0.61
Hex 61 3C FA 3D 4C 0 2 FC 5F 3D
Octal 141 74 372 75 114 0 2 374 137 75
Binary 1100001 111100 11111010 111101 1001100 0 10 11111100 1011111 111101

Color Harmonies of #613CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613CFA

Black with #613CFA

Text Example


Text Example

White with #613CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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