Html Css Color HEX #613FFC Neon Blue

📋 copy color: '#613FFC'

red 97 ◦ green 63 ◦ blue 252

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

Shades of Neon Blue #613FFC

Tints of Neon Blue #613FFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 61.17%

R = 23.54%
G = 15.29%
B = 61.17%

CMYK

 C value IS 0.62

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#613FFC (or 0x613FFC) is known color: Neon Blue. HEX triplet: 61, 3F and FC. RGB value is (97,63,252). Sum of RGB (Red+Green+Blue) = 97+63+252=412 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.54% from 412); Green value is 63 (25% from 255 or 15.29% from 412); Blue value is 252 (98.83% from 255 or 61.17% from 412); Max value from RGB is 252 - color contains mainly: blue. Hex color #613FFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #613FFC is #9EC003. Grayscale: #5D5D5D. Windows color (decimal): -10403844 or 16531297. OLE color: 16531297.

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

Color convert

RGB 97 63 252 -
CMYK 0.62 0.75 0 0.01
HSL 250.79º 0.97% 0.62% -
HSV(B) 250.79º 0.75% 0.99% -
XYZ 24.28 13.12 93.35 -
YUV 94.71 216.76 129.63 -
System Red Green Blue C M Y K H S L
Decimal 97 63 252 0.62 0.75 0 0.01 250.79 0.97 0.62
Hex 61 3F FC 3E 4B 0 1 FB 61 3E
Octal 141 77 374 76 113 0 1 373 141 76
Binary 1100001 111111 11111100 111110 1001011 0 1 11111011 1100001 111110

Color Harmonies of #613FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613FFC

Black with #613FFC

Text Example


Text Example

White with #613FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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