Html Css Color HEX #613CF3 Neon Blue

📋 copy color: '#613CF3'

red 97 ◦ green 60 ◦ blue 243

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

Shades of Neon Blue #613CF3

Tints of Neon Blue #613CF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 60.75%

R = 24.25%
G = 15%
B = 60.75%

CMYK

 C value IS 0.60

 M value IS 0.75

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#613CF3 (or 0x613CF3) is known color: Neon Blue. HEX triplet: 61, 3C and F3. RGB value is (97,60,243). Sum of RGB (Red+Green+Blue) = 97+60+243=400 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.25% from 400); Green value is 60 (23.83% from 255 or 15% from 400); Blue value is 243 (95.31% from 255 or 60.75% from 400); Max value from RGB is 243 - color contains mainly: blue. Hex color #613CF3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #613CF3 is #9EC30C. Grayscale: #5B5B5B. Windows color (decimal): -10404621 or 15940705. OLE color: 15940705.

HSL color Cylindrical-coordinate representation of color #613CF3: hue angle of 252.13º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #613CF3 is Cyan = 0.60, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 97 60 243 -
CMYK 0.60 0.75 0 0.05
HSL 252.13º 0.88% 0.59% -
HSV(B) 252.13º 0.75% 0.95% -
XYZ 22.72 12.24 85.96 -
YUV 91.93 213.26 131.62 -
System Red Green Blue C M Y K H S L
Decimal 97 60 243 0.60 0.75 0 0.05 252.13 0.88 0.59
Hex 61 3C F3 3C 4B 0 5 FC 58 3B
Octal 141 74 363 74 113 0 5 374 130 73
Binary 1100001 111100 11110011 111100 1001011 0 101 11111100 1011000 111011

Color Harmonies of #613CF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613CF3

Black with #613CF3

Text Example


Text Example

White with #613CF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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