Html Css Color HEX #613DF3 Neon Blue

📋 copy color: '#613DF3'

red 97 ◦ green 61 ◦ blue 243

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

Shades of Neon Blue #613DF3

Tints of Neon Blue #613DF3

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.21%

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

R = 24.19%
G = 15.21%
B = 60.6%

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

#613DF3 (or 0x613DF3) is known color: Neon Blue. HEX triplet: 61, 3D and F3. RGB value is (97,61,243). Sum of RGB (Red+Green+Blue) = 97+61+243=401 (53% of max value = 765). Red value is 97 (38.28% from 255 or 24.19% from 401); Green value is 61 (24.22% from 255 or 15.21% from 401); Blue value is 243 (95.31% from 255 or 60.60% from 401); Max value from RGB is 243 - color contains mainly: blue. Hex color #613DF3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #613DF3 is #9EC20C. Grayscale: #5B5B5B. Windows color (decimal): -10404365 or 15940961. OLE color: 15940961.

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

Color convert

RGB 97 61 243 -
CMYK 0.60 0.75 0 0.05
HSL 251.87º 0.88% 0.6% -
HSV(B) 251.87º 0.75% 0.95% -
XYZ 22.78 12.35 85.98 -
YUV 92.51 212.93 131.2 -
System Red Green Blue C M Y K H S L
Decimal 97 61 243 0.60 0.75 0 0.05 251.87 0.88 0.6
Hex 61 3D F3 3C 4B 0 5 FC 58 3C
Octal 141 75 363 74 113 0 5 374 130 74
Binary 1100001 111101 11110011 111100 1001011 0 101 11111100 1011000 111100

Color Harmonies of #613DF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613DF3

Black with #613DF3

Text Example


Text Example

White with #613DF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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