Html Css Color HEX #613CFD Neon Blue

📋 copy color: '#613CFD'

red 97 ◦ green 60 ◦ blue 253

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

Shades of Neon Blue #613CFD

Tints of Neon Blue #613CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 61.71%

R = 23.66%
G = 14.63%
B = 61.71%

CMYK

 C value IS 0.62

 M value IS 0.76

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#613CFD (or 0x613CFD) is known color: Neon Blue. HEX triplet: 61, 3C and FD. RGB value is (97,60,253). Sum of RGB (Red+Green+Blue) = 97+60+253=410 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.66% from 410); Green value is 60 (23.83% from 255 or 14.63% from 410); Blue value is 253 (99.22% from 255 or 61.71% from 410); Max value from RGB is 253 - color contains mainly: blue. Hex color #613CFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #613CFD is #9EC302. Grayscale: #5C5C5C. Windows color (decimal): -10404611 or 16596065. OLE color: 16596065.

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

Color convert

RGB 97 60 253 -
CMYK 0.62 0.76 0 0.01
HSL 251.5º 0.98% 0.61% -
HSV(B) 251.5º 0.76% 0.99% -
XYZ 24.28 12.86 94.13 -
YUV 93.07 218.26 130.81 -
System Red Green Blue C M Y K H S L
Decimal 97 60 253 0.62 0.76 0 0.01 251.5 0.98 0.61
Hex 61 3C FD 3E 4C 0 1 FC 62 3D
Octal 141 74 375 76 114 0 1 374 142 75
Binary 1100001 111100 11111101 111110 1001100 0 1 11111100 1100010 111101

Color Harmonies of #613CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613CFD

Black with #613CFD

Text Example


Text Example

White with #613CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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