Html Css Color HEX #613FEB Neon Blue

📋 copy color: '#613FEB'

red 97 ◦ green 63 ◦ blue 235

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

Shades of Neon Blue #613FEB

Tints of Neon Blue #613FEB

RGB

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

 GREEN value IS 63 (25% from 255) = 15.95%

 BLUE value IS 235 (92.19% from 255) = 59.49%

R = 24.56%
G = 15.95%
B = 59.49%

CMYK

 C value IS 0.59

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#613FEB (or 0x613FEB) is known color: Neon Blue. HEX triplet: 61, 3F and EB. RGB value is (97,63,235). Sum of RGB (Red+Green+Blue) = 97+63+235=395 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.56% from 395); Green value is 63 (25% from 255 or 15.95% from 395); Blue value is 235 (92.19% from 255 or 59.49% from 395); Max value from RGB is 235 - color contains mainly: blue. Hex color #613FEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #613FEB is #9EC014. Grayscale: #5C5C5C. Windows color (decimal): -10403861 or 15417185. OLE color: 15417185.

HSL color Cylindrical-coordinate representation of color #613FEB: hue angle of 251.86º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #613FEB is Cyan = 0.59, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 97 63 235 -
CMYK 0.59 0.73 0 0.08
HSL 251.86º 0.81% 0.58% -
HSV(B) 251.86º 0.73% 0.92% -
XYZ 21.7 12.09 79.79 -
YUV 92.77 208.26 131.01 -
System Red Green Blue C M Y K H S L
Decimal 97 63 235 0.59 0.73 0 0.08 251.86 0.81 0.58
Hex 61 3F EB 3B 49 0 8 FC 51 3A
Octal 141 77 353 73 111 0 10 374 121 72
Binary 1100001 111111 11101011 111011 1001001 0 1000 11111100 1010001 111010

Color Harmonies of #613FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613FEB

Black with #613FEB

Text Example


Text Example

White with #613FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,63,235); }

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

background-color css

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

 a { background-color: rgb(97,63,235); }

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

border-color css

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

 span { border-color: rgb(97,63,235); }

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